Commit 7ae320bf authored by Vincent Driessen's avatar Vincent Driessen

Fix one old occurence of gitflow_check_ -> gitflow_require_

parent a0fe939a
...@@ -190,7 +190,7 @@ cmd_finish() { ...@@ -190,7 +190,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