From 09241eea95b7b4fd4046be542b721cb83335533e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jan 2023 20:30:26 -0600 Subject: [PATCH] Updated January 29, 2023 8:30PM --- pihole-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }