Skip to content

Commit

Permalink
fix: unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Jul 26, 2023
1 parent cace1bb commit 11d187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checkout: &checkout
for i in $(seq 1 10); do
"$@" && return || sleep 10
done
echo "$@ failed after $retries attempts"
echo "$@ failed after 10 attempts"
exit 1
}
cd $HOME
Expand Down

0 comments on commit 11d187f

Please sign in to comment.