feat(gcloud): support macports installation path (#11133)

Closes #11133
master
ajilty 4 years ago committed by Marc Cornellà
parent 18d2152798
commit dfa88b4d36
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 1
      plugins/gcloud/gcloud.plugin.zsh

@ -13,6 +13,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
"/usr/lib/google-cloud-sdk"
"/usr/lib64/google-cloud-sdk"
"/opt/google-cloud-sdk"
"/opt/local/libexec/google-cloud-sdk"
)
for gcloud_sdk_location in $search_locations; do

Loading…
Cancel
Save