diff --git a/pihole-sync b/pihole-sync index a0b85bd..c12eadd 100755 --- a/pihole-sync +++ b/pihole-sync @@ -154,8 +154,8 @@ push () { echo 'Done!'; exit 0 else - # If local files are the same as remote, do nothing and exit - echo 'Remote Git repo matches local Pi-hole lists. No further action required.'; + # If local files are the same as remote, do nothing and exit + echo 'Remote Git repo matches local Pi-hole lists. No further action required.'; exit 0 fi }