reenhanced / gitreflow

Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
MIT License
1.49k stars 64 forks source link

undefined method `git_editor_comand' for GitReflow:Module #176

Closed alexeyraspopov closed 8 years ago

alexeyraspopov commented 8 years ago

Updated to 0.8.0 and found this.

~/oss/dgelong test-feature-2
λ git reflow review
git fetch origin master
From github.com:alexeyraspopov/dgelong
 * branch            master     -> FETCH_HEAD

git push origin test-feature-2
Everything up-to-date

[error]
Error: #<NoMethodError: undefined method `git_editor_comand' for GitReflow:Module>
codenamev commented 8 years ago

Sorry about that. All fixed in v0.8.1 with above mentioned commit.

alexeyraspopov commented 8 years ago

@codenamev cool! thanks for quick fix.