Browse Source

fix(gcloud): update AUR default location (#11718)

William Snyders 10 months ago
parent
commit
0024107310
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/gcloud/gcloud.plugin.zsh

+ 1 - 0
plugins/gcloud/gcloud.plugin.zsh

@@ -14,6 +14,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
     "/usr/lib/google-cloud-sdk"
     "/usr/lib64/google-cloud-sdk"
     "/opt/google-cloud-sdk"
+    "/opt/google-cloud-cli"
     "/opt/local/libexec/google-cloud-sdk"
   )