Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Fix for modern Homebrew (~0.9.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Nov 13, 2012
1 parent b1d9a91 commit 7563457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/brewbygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class << self

def link
puts "brewbygems: running command `brew link gems`" if Gem.configuration.verbose == 1
system("brew link gems #{silence}")
system("brew unlink gems #{silence}")
system("brew link --overwrite gems #{silence}")
end

def prune
Expand Down

0 comments on commit 7563457

Please sign in to comment.