aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-05-06 22:39:12 -0700
committerMisty De Meo2014-05-07 09:11:14 -0700
commit9552838bd016d067c40b8a2c88d70f362ad80433 (patch)
tree5e78ac9e5d216fd9692c53f3853d31a99988d799 /Library
parent85c851401f067a29a118e47d239c703a028faad0 (diff)
downloadhomebrew-9552838bd016d067c40b8a2c88d70f362ad80433.tar.bz2
brew-pull: update for new tap structure
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb
index 42ab844ea..9cc6b478e 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