diff options
-rw-r--r-- | watch-git-tags.sh | 2 |
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') |