-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Open
Description
Verification
- I understand that if I ignore these instructions, my issue may be closed without review.
- I have retried my command with
--force
. - I ran
brew update-reset && brew update
and retried my command. - I ran
brew doctor
, fixed as many issues as possible and retried my command. - I have checked the instructions for reporting bugs.
- I made doubly sure this is not a checksum does not match / SHA256 mismatch error (do not open an issue before trying to open a PR to fix first).
Description of issue
After 2cc77ab, the gcloud-cli cask edits the default shell rc file to source files which add a separate PATH entry and shell completions. This was somewhat surprising, as normally formulas, and even brew itself, output such changes as suggestions to the user after installation.
Additionally, it removes some binaries (docker-credential-gcloud, git-credential-gcloud) from the homebrew bin directory, while leaving others.
Taken together, on one hand, this causes duplicate entries in the path, and on the other, any tool that previously got by with only homebrew's bin directory now needs to be altered to account for this new path.
@maythazin5 as the author of that commit.
Command that failed
brew update --cask gcloud-cli
Output of command with --verbose --debug
N/A
Output of brew doctor
and brew config
N/A
Output of brew tap
N/A
Metadata
Metadata
Assignees
Labels
No labels