commit | 4d8239a9c7866c4d8ec9fed4aa4ad2e4dbae4328 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 10月 05 08:43:56 2010 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 10月 05 08:43:56 2010 +0200 |
tree | 75cfb2184f8f10870fd56657c46b0fc31d7fc53d | |
parent | b9765da7ec2f64caecbc558b9a4d383f8d66790b [diff] |
Fix minor typo.
diff --git a/git-flow-release b/git-flow-release index bc7795c..255c08b 100644 --- a/git-flow-release +++ b/git-flow-release
@@ -151,7 +151,7 @@ require_not_being_in_release_branch() { if [ "$BRANCH" = "$(git_current_branch)"]; then - die "You cannot be in the '$BRANCH' branch when you finnish it." + die "You cannot be in the '$BRANCH' branch when you finish it." fi }