diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/locations.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/locations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/locations.rb b/Library/Homebrew/cask/lib/hbc/locations.rb index e4d88f318..b800cf6b6 100644 --- a/Library/Homebrew/cask/lib/hbc/locations.rb +++ b/Library/Homebrew/cask/lib/hbc/locations.rb @@ -126,7 +126,7 @@ module Hbc::Locations attr_writer :default_tap def default_tap - @default_tap ||= Tap.fetch("caskroom/homebrew-cask") + @default_tap ||= Tap.fetch("caskroom", "homebrew-cask") end def path(query) |
