From b9ea89ca3f25b3762e694039238ae5241786413a Mon Sep 17 00:00:00 2001 From: chaos Date: Thu, 7 Nov 2024 09:01:11 +0000 Subject: [PATCH] update --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index f111a9c..f50f4c6 100755 --- a/run.sh +++ b/run.sh @@ -5,4 +5,4 @@ set -eu SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" cd "$SCRIPT_DIR" -${JQ:-jq} ${JQ_ARGS:-} -L "tool" -f tool/main.jq -Cr ${EXPORT_FILE:-export.json} --args -- "$@" \ No newline at end of file +${JQ:-jq} ${JQ_ARGS:-} -L "tool" -f tool/main.jq -Cr "${EXPORT_FILE:-export.json}" --args -- "$@" \ No newline at end of file