commit | 7ae320bfc5c17f5d9ff18287d3add062c3920a46 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周五 1月 29 17:36:21 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周五 1月 29 17:36:57 2010 +0100 |
tree | 8d97c2106ddab7edd51e284fab279e3c1dc6de8b | |
parent | a0fe939a6cefd95391a7361f51d3725853d3e3b1 [diff] [blame] |
Fix one old occurence of gitflow_check_ -> gitflow_require_
diff --git a/git-flow-feature b/git-flow-feature index 482b298..217245c 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -190,7 +190,7 @@ helper_finish_cleanup() { # sanity checks gitflow_require_branch $BRANCH - gitflow_check_clean_working_tree + gitflow_require_clean_working_tree # delete branch git push $ORIGIN :refs/heads/$BRANCH