Update contrib/util/check-config.sh

Co-authored-by: Brad Davidson <brad@oatmail.org>
Signed-off-by: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com>
(cherry picked from commit 82cfacb2f3)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/9708/head
Rishikesh Nair 2024-03-02 06:09:59 +05:30 committed by Brad Davidson
parent 81a67be1c1
commit bc4754b500
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ is_set_as_module() {
}
color() {
if [[ -n "$NO_COLOR" ]]; then
if [ -n "$NO_COLOR" ]; then
return
fi