Skip to content

Commit

Permalink
Merge branch 'maint/formula/git-extend'
Browse files Browse the repository at this point in the history
- Add conflicts_with checks to git-extend.rb
  • Loading branch information
nickolasburr committed Mar 6, 2018
2 parents 3914fcd + 9fff379 commit 2efa479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-extend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class GitExtend < Formula
url "https://github.com/nickolasburr/git-extend/archive/1.0.0.tar.gz"
sha256 "a5e6273679597f2d49e4089c2a80ddcce2efadc091dceab5229515e614bedf55"

conflicts_with "git", :because => "both create a symlink at #{HOMEBREW_PREFIX}/bin/git"

def install
Dir.chdir("bin")

Expand Down

0 comments on commit 2efa479

Please sign in to comment.