From 96367b86572199a71d368581248d9e2095503e62 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Sun, 31 Mar 2024 18:26:28 -0700 Subject: [PATCH] bun fmt --- git-clone/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-clone/run.sh b/git-clone/run.sh index 5a8ac24..ffb305a 100755 --- a/git-clone/run.sh +++ b/git-clone/run.sh @@ -40,7 +40,7 @@ if [ -z "$(ls -A "$CLONE_PATH")" ]; then # Return the exit code of the last command exit_code=$? if [ $exit_code -ne 0 ]; then - exit $exit_code + exit $exit_code fi # If BRANCH_NAME is set of a non-blank value, switch to that branch