hotpocket.sh: missing -c at makeConfig

This commit is contained in:
Jon 2022-02-22 20:33:01 +00:00
parent 7a94730613
commit c99fa804d4

View File

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