diff --git a/pihole-sync b/pihole-sync index 6624fa2..e955d44 100755 --- a/pihole-sync +++ b/pihole-sync @@ -93,7 +93,7 @@ pull_initialize () { # Remove -q option if you don't want to run in "quiet" mode git fetch --all -q - git reset --hard origin/master -q + git reset --hard origin/main -q # Stop DNS server $SUDO service pihole-FTL stop