Skip to content

Commit

Permalink
Update contrib/util/check-config.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Davidson <brad@oatmail.org>
Signed-off-by: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com>
(cherry picked from commit 82cfacb)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
rishinair11 and brandond committed Mar 6, 2024
1 parent d66a11f commit d9740b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/util/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ is_set_as_module() {
}

color() {
if [[ -n "$NO_COLOR" ]]; then
if [ -n "$NO_COLOR" ]; then
return
fi

Expand Down

0 comments on commit d9740b5

Please sign in to comment.