From c99fa804d49c8a03ac1da930714b9b2875bd048c Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 22 Feb 2022 20:33:01 +0000 Subject: [PATCH] hotpocket.sh: missing -c at makeConfig --- hotpocket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotpocket.sh b/hotpocket.sh index a014159..5a1826d 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -97,7 +97,7 @@ actions: ($a.actions + $b.actions) fi done #jq . 1>&2 <<< "$config" - jq . <<< "$config" + jq . -c <<< "$config" } CONFIG="$(createConfig)" || die "main: Failed to load config.d! Exited with $?"