gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

fix(release): fix typo in ff-master option, should use underscore

Open hanks opened this issue 7 years ago • 1 comments

ff-master should be ff_master in the code, or else can not read the option value correctly in code below:

if git_remote_branch_exists "$ORIGIN/$MASTER_BRANCH"; then
    if flag ff_master; then

hanks avatar Aug 10 '18 03:08 hanks

I'm in the process of updating gitflow. If you could kindly resubmit your pull request against my fork here as it appears this fork is no longer being updated.

ChrisJStone avatar Jun 10 '23 15:06 ChrisJStone