From 13418b80b6600add1b15f0ba5b2c13acea14e985 Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Sun, 8 Mar 2026 15:10:03 -0600 Subject: [PATCH] fix: exit with non-zero status when Plane installation not found --- ct/plane.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plane.sh b/ct/plane.sh index 3d7e00d4..8f9fd773 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -26,7 +26,7 @@ function update_script() { if [[ ! -d /opt/plane ]]; then msg_error "No Plane Installation Found!" - exit + exit 1 fi if check_for_gh_release "plane" "makeplane/plane"; then