From f75e988363588eff812943d5248b1dde15a3b566 Mon Sep 17 00:00:00 2001 From: Jonathan Knapp Date: Sun, 3 Sep 2017 12:14:57 -0400 Subject: [PATCH] Fix another linter error that did not trigger on osx --- lib/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.sh b/lib/utils.sh index b33f338a..f167f77b 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -4,6 +4,7 @@ # here anytime asdf invokes grep it will be invoked with these options # shellcheck disable=SC2034 GREP_OPTIONS="--color=never" +# shellcheck disable=SC2034 GREP_COLORS= asdf_version() {