aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-tag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tag.sh b/git-tag.sh
index d825ac9..8f6887d 100755
--- a/git-tag.sh
+++ b/git-tag.sh
@@ -4,5 +4,5 @@
# massaging the changelog a bit.
VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
-git-tag -s -u dancer@debian.org -m "pbuilder release $VERSION" debian/$VERSION
+git tag -s -u dancer@debian.org -m "pbuilder release $VERSION" debian/$VERSION