Skip to content

Commit

Permalink
fix run_k8s.bash syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed May 21, 2024
1 parent 23de800 commit 7baa6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_k8s.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run_test() {
: $((fails++))
fi

if ((fails == 10))
if ((fails == 10)); then
\echo "[ERROR] load balancer IP not found"
exit 1
fi
Expand Down

0 comments on commit 7baa6eb

Please sign in to comment.