From d4f9bb6da3459dc7d404de2e260a5bfe3407aea8 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 14 Oct 2021 08:30:07 +0200 Subject: [PATCH] Shellcheck errors --- build-latest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-latest.sh b/build-latest.sh index f444a69..bcafda4 100755 --- a/build-latest.sh +++ b/build-latest.sh @@ -7,8 +7,8 @@ echo "▶️ $0 $*" # Check for the jq library needed for parsing JSON ### if ! command -v jq; then - echo "⚠️ jq command missing from \$PATH!" - exit 1 + echo "⚠️ jq command missing from \$PATH!" + exit 1 fi ###