Skip to content

Commit

Permalink
Adding the variable expansion to the hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Oct 14, 2011
1 parent 05c4dbc commit d0df88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-hotfix
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ cmd_finish() {
flag sign && opts="$opts -s"
[ "$FLAGS_signingkey" != "" ] && opts="$opts -u '$FLAGS_signingkey'"
[ "$FLAGS_message" != "" ] && opts="$opts -m '$FLAGS_message'"
git tag $opts "$VERSION_PREFIX$VERSION" || \
eval git tag $opts "$VERSION_PREFIX$VERSION" || \
die "Tagging failed. Please run finish again to retry."
fi
fi
Expand Down

0 comments on commit d0df88d

Please sign in to comment.