git-tag requires space after -m flag

This commit is contained in:
Keith Packard 2008-01-10 10:58:22 -08:00
parent 51f1536479
commit b2cbf483ab
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ $test git-commit -m"Bump version to $version" \
README
# tag the tree
$test git-tag -u 096c4dd3 -m"Version $version" $version
$test git-tag -u 096c4dd3 -m "Version $version" $version
# Make distributed change log