Skip to content

Commit

Permalink
script: fix log error
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Jul 14, 2024
1 parent e9c4069 commit 4563048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/indexer-sync-v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4563048

Please sign in to comment.