aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
-rw-r--r--Library/Homebrew/cmd/fetch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb
index fd8b0780c..93141ca5b 100644
--- a/Library/Homebrew/cmd/fetch.rb
+++ b/Library/Homebrew/cmd/fetch.rb
@@ -40,7 +40,7 @@ module Homebrew
puts "Fetching: #{bucket * ", "}" if bucket.size > 1
bucket.each do |f|
- f.print_tap_action :verb => "Fetching"
+ f.print_tap_action verb: "Fetching"
fetched_bottle = false
if fetch_bottle?(f)