commit | afb191f790b113c1ebf0a5c4ab06676632a8b5db | [log] [tgz] |
---|---|---|
author | Jason Schmidt <JSchmidt@ExactTarget.com> | 周一 4月 09 11:19:20 2012 -0400 |
committer | Jason Schmidt <JSchmidt@ExactTarget.com> | 周一 4月 09 11:19:20 2012 -0400 |
tree | f94009ea4c9b9e527875a4fce073ff3d30fb8dce | |
parent | ab7fda21f1009d8cc073fc9ae6152731f6bfee8a [diff] [blame] |
Fixes #206
diff --git a/git-flow-hotfix b/git-flow-hotfix index b355f30..e827863 100644 --- a/git-flow-hotfix +++ b/git-flow-hotfix
@@ -269,7 +269,7 @@ flag sign && opts="$opts -s" [ "$FLAGS_signingkey" != "" ] && opts="$opts -u '$FLAGS_signingkey'" [ "$FLAGS_message" != "" ] && opts="$opts -m '$FLAGS_message'" - eval git tag $opts "$VERSION_PREFIX$VERSION" || \ + eval git tag $opts "$VERSION_PREFIX$VERSION" "$BRANCH" || \ die "Tagging failed. Please run finish again to retry." fi fi