diff --git a/lib/utils.sh b/lib/utils.sh index 606d08c..e1c200d 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -17,6 +17,7 @@ # Copyright 2023 The Kepler Contributors # +# shellcheck disable=SC2086 err() { echo -e "ERROR: $*\n" >&2 }