git-flow: add :because to the conflicts_with
Closes #4069. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
14cce82550
commit
129d3ce4e7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class GitFlow < Formula
|
|||
end
|
||||
end
|
||||
|
||||
conflicts_with "git-flow-avh"
|
||||
conflicts_with "git-flow-avh", :because => "Both install `git-flow` binaries and completions"
|
||||
|
||||
def install
|
||||
system "make", "prefix=#{libexec}", "install"
|
||||
|
|
Loading…
Reference in a new issue