mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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>
This commit is contained in:
parent
ce0765c9f8
commit
82cfacb2f3
@ -55,7 +55,7 @@ is_set_as_module() {
|
||||
}
|
||||
|
||||
color() {
|
||||
if [[ -n "$NO_COLOR" ]]; then
|
||||
if [ -n "$NO_COLOR" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user