Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh committed Sep 10, 2024
1 parent c986adc commit 756c08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exit_trap () {
retry_script () {
echo "Retrying git clone operation..."
cd ../
rm -rf "$CLONE_DIR"
rm -rf $CLONE_DIR
export IS_RETRY=true
echo "Re-executing script with arguments: $@"
$0 "$@"
Expand Down

0 comments on commit 756c08e

Please sign in to comment.