diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 594aaba65..b6725f7fb 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -6,7 +6,7 @@ require 'formula' module Homebrew def tap arg - match = arg.match(%r[homebrew-(\w+)/]) + match = arg.match(%r[homebrew-([\w-]+)/]) match[1].downcase if match end |
