diff options
-rwxr-xr-x | git-tag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |