diff options
Diffstat (limited to 'Library/Homebrew/cmd/tap.rb')
| -rw-r--r-- | Library/Homebrew/cmd/tap.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index 06606cf9a..5bd37548f 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -28,8 +28,8 @@ module Homebrew extend self      files = []      tapd.find_formula{ |file| files << tapd.basename.join(file) } -    tapped = link_tap_formula(files) -    puts "Tapped #{tapped} formula" +    link_tap_formula(files) +    puts "Tapped #{files.count} formula"      # Figure out if this repo is private      # curl will throw an exception if the repo is private (Github returns a 404)  | 
