aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:33:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:33:09 +1300
commit9470d3754dfcba2817c719cfdc6b10a5c2c0511f (patch)
treed427d909ac4bd928f308aaf00bfdadd51b146dae
parentAdd license (diff)
downloadwatch-vcs-tags-9470d3754dfcba2817c719cfdc6b10a5c2c0511f.tar.gz
watch-vcs-tags-9470d3754dfcba2817c719cfdc6b10a5c2c0511f.zip
Remove unneeded arg to lt/gt funcs
-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