aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/untap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/untap.rb')
-rw-r--r--Library/Homebrew/cmd/untap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/untap.rb b/Library/Homebrew/cmd/untap.rb
index bba10b07a..b71d44841 100644
--- a/Library/Homebrew/cmd/untap.rb
+++ b/Library/Homebrew/cmd/untap.rb
@@ -22,7 +22,7 @@ module Homebrew extend self
unlink_tap_formula(files)
tapd.rmtree
tapd.dirname.rmdir_if_possible
- puts "Untapped #{files.length} formula"
+ puts "Untapped #{files.length} formula#{plural(files.length, 'e')}"
end
def unlink_tap_formula paths