willgit: add conflict with git-utils
Closes #6423. Closes #6425. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
3697a17b4b
commit
a3cb065f44
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class Willgit < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
conflicts_with "git-utils",
|
||||
:because => "both install a `git-rank-contributors` script"
|
||||
|
||||
def install
|
||||
prefix.install "bin"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue