commit | 1ee37e72310bac2af0d4bb4f0832313b668a0d9e | [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:21 2010 +0100 |
tree | 3ab2a51d0f04e925d31edc0d386779e80e839be7 | |
parent | ea608951a491a70529245a7f24b00ff84a0719dd [diff] [blame] |
Fix one old occurence of gitflow_check_ -> gitflow_require_
diff --git a/git-flow-feature b/git-flow-feature index ba6ad61..26f647a 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -232,7 +232,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