Update dotfiles/.local/share/bash-completion/generate.sh, dotfiles/.local/share/bash-completion/completions/gcloud.bash
This commit is contained in:
parent
37761ce0cf
commit
ed716de190
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue