Skip to content

Conversation

@treznick
Copy link
Contributor

No description provided.

#puts "Checking for existing hotfix branch"
#if has_existing_branch_name?("hotfix")
# raise GitFlowError, "You already have an existing hotfix branch"
#end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @jnimety cleaned this up. Could you rebase/merge, please?

@@ -1,0 +1,6 @@
export PYENV_ROOT=~/.pyenv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to recall there are reasons to prefer this. (Haven't looked this up recently.)

Suggested change
export PYENV_ROOT=~/.pyenv
export PYENV_ROOT=$HOME/.pyenv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants