From 45630482d3265d3ece9eeec0f69eec2e3fc1fb92 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:42:27 -0500 Subject: [PATCH] script: fix log error --- scripts/indexer-sync-v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/indexer-sync-v2.sh b/scripts/indexer-sync-v2.sh index b88ebb71e..0669d2c4b 100644 --- a/scripts/indexer-sync-v2.sh +++ b/scripts/indexer-sync-v2.sh @@ -230,7 +230,7 @@ while getopts "frpzb:m:c:u:j:R:J:n:" opt; do # No Arg SKIP_BACKPORT=true PROWLARR_COMMIT_TEMPLATE_APPEND="[backports skipped - TODO]" - log "DEBUG" "SKIP_BACKPORT is $SKIP_BACKPORT. Commit Template will be appended with 'PROWLARR_COMMIT_TEMPLATE_APPEND'" + log "DEBUG" "SKIP_BACKPORT is $SKIP_BACKPORT. Commit Template will be appended with '$PROWLARR_COMMIT_TEMPLATE_APPEND'" ;; \?) usage