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 $?"