Skip to content

Commit

Permalink
script: add no as a valid push value
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Jun 27, 2024
1 parent 3105a4a commit 5b8d226
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 @@ -546,7 +546,7 @@ push_changes() {
git push "$prowlarr_remote_name" "$push_branch" --force-if-includes
log "INFO" "Branch Pushed"
;;
skip|none|nopush)
skip|none|nopush|no)
log "INFO" "Skipping Push due to [skip|nopush|none] value"
;;
*)
Expand Down

0 comments on commit 5b8d226

Please sign in to comment.