From bbc0049a5eeeb9699669ab2b1c51f97f11cb45a6 Mon Sep 17 00:00:00 2001 From: ServarrAdmin Date: Wed, 17 Sep 2025 16:52:17 -0500 Subject: [PATCH] Fixed: Add debug log for force push with lease in sync script --- scripts/indexer-sync-v2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/indexer-sync-v2.sh b/scripts/indexer-sync-v2.sh index aee00c997..dfbed089b 100755 --- a/scripts/indexer-sync-v2.sh +++ b/scripts/indexer-sync-v2.sh @@ -1066,6 +1066,7 @@ push_changes() { fi if [ "$push_mode" = true ] && [ "$push_mode_force" = true ]; then + log "DEBUG" "Push To Remote: $push_mode with Force Push With Lease: $push_mode_force" if git push "$prowlarr_push_remote" "$push_branch" --force-if-includes --force-with-lease --set-upstream; then log "WARN" "[$prowlarr_push_remote $push_branch] Branch Force Pushed" else