aboutsummaryrefslogtreecommitdiff
path: root/watch-git-tags
diff options
context:
space:
mode:
Diffstat (limited to 'watch-git-tags')
-rwxr-xr-xwatch-git-tags4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch-git-tags b/watch-git-tags
index ccccd00..3d3b7c6 100755
--- a/watch-git-tags
+++ b/watch-git-tags
@@ -45,8 +45,8 @@ for repo ; do (
# Write local and remote tags to files
(
cd -- "$repo" || exit
- lt "$repo" > "$sd"/a || exit
- rt "$repo" > "$sd"/b
+ lt > "$sd"/a || exit
+ rt > "$sd"/b
) ||
exit