brew.sh: Remove trailing / from prefix in message

This commit is contained in:
William Woodruff 2018-06-30 11:53:29 -04:00
parent b6a0b04a39
commit c552e6596c
No known key found for this signature in database
GPG Key ID: 600D68320BE45ACC

View File

@ -300,7 +300,7 @@ check-prefix-is-not-tmpdir() {
odie <<EOS
Your HOMEBREW_PREFIX is in the system temporary directory, which Homebrew
uses to store downloads and builds. You can resolve this by installing Homebrew to
either the standard prefix (/usr/local/) or to a non-standard prefix that is not
either the standard prefix (/usr/local) or to a non-standard prefix that is not
in the system temporary directory.
EOS
fi