Update dotfiles/.local/share/bash-completion/generate.sh, dotfiles/.local/share/bash-completion/completions/gcloud.bash

This commit is contained in:
Brian Zalewski 2022-11-22 13:41:11 +00:00
parent 37761ce0cf
commit ed716de190
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ fi
if command -v gcloud > /dev/null && command -v brew > /dev/null; then
if [ -f "$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc" ]; then
cat "$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc" > "$COMPLETION_DIR/google-cloud-sdk.bash"
elif command -v
elif command -v
fi
### Googler