From 3407a9bc5fd19b864b19b27ca137e076a730fff8 Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Fri, 6 Sep 2024 15:26:41 -0700 Subject: [PATCH] typo --- comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp b/comp index b6d4a8e..12dd073 100755 --- a/comp +++ b/comp @@ -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