Skip to content

Commit 756c08e

Browse files
committed
lint
1 parent c986adc commit 756c08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exit_trap () {
1717
retry_script () {
1818
echo "Retrying git clone operation..."
1919
cd ../
20-
rm -rf "$CLONE_DIR"
20+
rm -rf $CLONE_DIR
2121
export IS_RETRY=true
2222
echo "Re-executing script with arguments: $@"
2323
$0 "$@"

0 commit comments

Comments
 (0)