commit | ca2b5175dac09f3c8971532b10c44f8117f1523f | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 23:49:22 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 23:49:22 2010 +0100 |
tree | a036e5341cf010dd4d39d52987a80f8a8c701b2c | |
parent | 9096074b75b49c995e41d05926c5fb5231e77585 [diff] |
Omit 'v' prefix.
diff --git a/git-flow-support b/git-flow-support index 83da42a..17bdd94 100644 --- a/git-flow-support +++ b/git-flow-support
@@ -18,7 +18,7 @@ parse_args() { VERSION="$1" - BASE="${2:-v${VERSION}}" + BASE="${2:-${VERSION}}" if [ "$VERSION" = "" ]; then echo "Missing argument <version>." usage