summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtag2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag b/tag
index bf664cc..f30a616 100755
--- a/tag
+++ b/tag
@@ -37,7 +37,7 @@ for t in $tools; do
if [ -z "$v" ]; then
error "unable to extract version from $t/version"
fi
- git -C $t tag -a $v -M "Tag version $v"
+ git -C $t tag -a $v -m "Tag version $v"
info "tagged $t $v"
done