Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Sep 6, 2024
1 parent 502595e commit 3407a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ perform () {
do_${SIMPLE_VERB} ; verb_exit=$?

[ "$SIMPLE_VERB" != "validate" ] || [ $verb_exit -ne 0 ] || echo "[>] '$comp' is valid!"
[ "$SIMPLE_VERB" = "status" ] || [ $verb_exit -eq 0 ] || echo "[>] '$comp' is healthy!"
[ "$SIMPLE_VERB" != "status" ] || [ $verb_exit -ne 0 ] || echo "[>] '$comp' is healthy!"

[ $verb_exit -eq 0 ] \
|| __maybe_fail_fast $EXIT_CODE_SIMPLE_VERB_FAILURE || continue
Expand Down

0 comments on commit 3407a9b

Please sign in to comment.