git-tag requires space after -m flag
This commit is contained in:
parent
51f1536479
commit
b2cbf483ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue