Skip to content

Commit

Permalink
Merge pull request #898 from Homebrew/remove-redundant-escape
Browse files Browse the repository at this point in the history
Remove redundant escape characters
  • Loading branch information
MikeMcQuaid authored Nov 22, 2024
2 parents 3c4f430 + 708122f commit be60d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ elif ! [[ -w "${HOMEBREW_PREFIX}" ]] &&
then
abort "$(
cat <<EOABORT
Insufficient permissions to install Homebrew to \"${HOMEBREW_PREFIX}\" (the default prefix).
Insufficient permissions to install Homebrew to "${HOMEBREW_PREFIX}" (the default prefix).
Alternative (unsupported) installation methods are available at:
https://docs.brew.sh/Installation#alternative-installs
Expand Down

0 comments on commit be60d2c

Please sign in to comment.