From 64f977158d09dae3d6276c71b2d546cfb0c28f10 Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Thu, 21 Feb 2019 00:06:57 +0900 Subject: [PATCH] Print full tap path for all deprecated taps Print full tap path for all deprecated taps found so that it can be copy-pasted as `brew untap` argument --- Library/Homebrew/diagnostic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 7253e9bc2a..edc2d4c33d 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -611,7 +611,7 @@ module Homebrew <<~EOS You have the following deprecated, official taps tapped: - Homebrew/homebrew-#{tapped_deprecated_taps.join("\n ")} + Homebrew/homebrew-#{tapped_deprecated_taps.join("\n Homebrew/homebrew-")} Untap them with `brew untap`. EOS end