Skip to content
Snippets Groups Projects
Commit 25f6bffa authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

brew doctor - remove double negative

parent b9dc3c65
No related branches found
No related tags found
No related merge requests found
......@@ -236,8 +236,8 @@ end
def check_homebrew_prefix
unless HOMEBREW_PREFIX.to_s == '/usr/local'
puts <<-EOS.undent
You can install Homebrew anywhere you want, but some brews may not work
correctly if you're not installing to /usr/local.
You can install Homebrew anywhere you want, but some brews may only work
correctly if you install to /usr/local.
EOS
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment