Commit 1ee37e72 authored by Vincent Driessen's avatar Vincent Driessen

Fix one old occurence of gitflow_check_ -> gitflow_require_

parent ea608951
...@@ -232,7 +232,7 @@ cmd_finish() { ...@@ -232,7 +232,7 @@ cmd_finish() {
helper_finish_cleanup() { helper_finish_cleanup() {
# sanity checks # sanity checks
gitflow_require_branch $BRANCH gitflow_require_branch $BRANCH
gitflow_check_clean_working_tree gitflow_require_clean_working_tree
# delete branch # delete branch
git push $ORIGIN :refs/heads/$BRANCH git push $ORIGIN :refs/heads/$BRANCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment