aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwatch-git-tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-git-tags b/watch-git-tags
index 890fa9e..b9fdce8 100755
--- a/watch-git-tags
+++ b/watch-git-tags
@@ -56,7 +56,7 @@ for repo ; do (
# Attempt to quietly fetch new tags so that we don't notify about the same
# ones next time
- [ -s tags/new ] || continue
+ [ -s tags/new ] || exit
git -C "$repo" fetch --quiet --tags
) & done