brew.sh: tweak comment.

This commit is contained in:
Mike McQuaid 2023-01-05 09:59:30 +00:00 committed by GitHub
parent 96449a94e0
commit a85e1a3e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ auto-update() {
unset HOMEBREW_AUTO_UPDATING unset HOMEBREW_AUTO_UPDATING
# restore old path for user installed Ruby version. # Restore user path as it'll be refiltered by HOMEBREW_BREW_FILE (bin/brew)
export PATH=${HOMEBREW_PATH} export PATH=${HOMEBREW_PATH}
# exec a new process to set any new environment variables. # exec a new process to set any new environment variables.