diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 47c55e9daf..0c87dfc8c6 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -30,7 +30,7 @@ class Keg def suggestion conflict = Keg.for(dst) rescue NotAKegError, Errno::ENOENT - "already exists. You may want to remove it:\n rm #{dst}\n" + "already exists. You may want to remove it:\n rm '#{dst}'\n" else <<-EOS.undent is a symlink belonging to #{conflict.name}. You can unlink it: