Rephrase comment so it makes sense

This commit is contained in:
Max Howell 2011-08-02 14:45:52 +01:00
parent 48501e8e1f
commit fb56b56997

View File

@ -27,7 +27,7 @@ when '-v'
end
if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
# note we only abort if Homebrew is *not* uninstalled sudo and the user
# note we only abort if Homebrew is *not* installed as sudo and the user
# calls brew as root. The fix is to chown brew to root.
abort "Cowardly refusing to `sudo brew'"
end