From b80e2e47949df0bf1ae661fdae0769edd0aeef5e Mon Sep 17 00:00:00 2001 From: Sam Yuan Date: Sun, 3 Mar 2024 20:05:17 +0800 Subject: [PATCH] fix up Signed-off-by: Sam Yuan --- lib/utils.sh | 1 + 1 file changed, 1 insertion(+) 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 }