From 21c2bf40f7b2893b7ed024237adb2b84124e8ab9 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 6 May 2014 22:39:12 -0700 Subject: [PATCH] brew-pull: update for new tap structure --- Library/Contributions/cmd/brew-pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 42ab844ea0..9cc6b478e4 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -32,7 +32,7 @@ ARGV.named.each do |arg| if tap_name = tap(url) user = url_match[1].downcase - tap_dir = HOMEBREW_REPOSITORY/"Library/Taps/#{user}-#{tap_name}" + tap_dir = HOMEBREW_REPOSITORY/"Library/Taps/#{user}/homebrew-#{tap_name}" safe_system "brew", "tap", "#{user}/#{tap_name}" unless tap_dir.exist? Dir.chdir tap_dir else