aboutsummaryrefslogtreecommitdiff
path: root/watch-git-tags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch-git-tags.sh')
-rw-r--r--watch-git-tags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-git-tags.sh b/watch-git-tags.sh
index ba63f1c..7dabb71 100644
--- a/watch-git-tags.sh
+++ b/watch-git-tags.sh
@@ -29,7 +29,7 @@ if [ "$#" -eq 0 ] ; then
fi
# Iterate through each repo in a subshell in parallel
-for repo ; do (
+for repo do (
# Make a temporary directory with a hash in its name for uniqueness
name=$(printf '%s' "$repo" | sed 's:/:_:g')