From efa89cb0739fc5b7c97f5a3d9e1bbf7c89a19ef1 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Thu, 11 Jul 2024 22:53:32 +0200 Subject: [PATCH] another fixie --- run-wrapper/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-wrapper/update b/run-wrapper/update index ec90c1e0..0b49dde9 100755 --- a/run-wrapper/update +++ b/run-wrapper/update @@ -15,7 +15,7 @@ CUR=$(cat "$SCRIPT_DIR"/version) echo Current: $CUR if [[ $CUR -ge $LATEST ]]; then - exit Already latest! + echo Already latest! exit 1 fi