diff options
Diffstat (limited to 'Library/Homebrew/cmd/uninstall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/uninstall.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/cmd/uninstall.rb b/Library/Homebrew/cmd/uninstall.rb index 4839ba1e0..f95b6c7bb 100644 --- a/Library/Homebrew/cmd/uninstall.rb +++ b/Library/Homebrew/cmd/uninstall.rb @@ -131,7 +131,7 @@ module Homebrew    class DeveloperDependentsMessage < DependentsMessage      def output -      opoo <<-EOS.undent +      opoo <<~EOS          #{list reqs} #{are_required_by_deps}.          You can silence this warning with:            #{sample_command} @@ -141,7 +141,7 @@ module Homebrew    class NondeveloperDependentsMessage < DependentsMessage      def output -      ofail <<-EOS.undent +      ofail <<~EOS          Refusing to uninstall #{list reqs}          because #{they reqs} #{are_required_by_deps}.          You can override this and force removal with: | 
