From ce956eda8ec08c8955d1591a0f76701d7172b513 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 18 Feb 2015 14:10:27 +0000 Subject: [PATCH] cleanup-installed: fix brewdle command name --- Library/Homebrew/cmd/cleanup-installed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/cleanup-installed.rb b/Library/Homebrew/cmd/cleanup-installed.rb index de5a63fdc7..06b71a6e2d 100644 --- a/Library/Homebrew/cmd/cleanup-installed.rb +++ b/Library/Homebrew/cmd/cleanup-installed.rb @@ -13,7 +13,7 @@ module Homebrew opoo <<-EOS.undent brew cleanup-installed is deprecated and will be removed soon! - Please consider using the `brew brewdler dump` and `brew brewdler cleanup` + Please consider using the `brew brewdle dump` and `brew brewdle cleanup` commands from https://github.com/Homebrew/homebrew-brewdler EOS cleanup_file = Pathname.new "#{ENV["HOME"]}/.brew-cleanup-installed"