From 93ef27c80827b288daf11d576229202943447448 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 16 Mar 2012 22:06:41 +0000 Subject: [PATCH] Output tapped formula account properly --- Library/Homebrew/cmd/tap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index 48237a2e5e..bfbc4a410d 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -44,11 +44,11 @@ module Homebrew extend self opoo "Could not tap #{Tty.white}#{from}#{Tty.reset} over #{Tty.white}#{to}#{Tty.reset}" end end - - tapped end HOMEBREW_LIBRARY.join("Formula/.gitignore").atomic_write(ignores.uniq.join("\n")) + + tapped end private