Unverified Commit dfa88b4d authored by ajilty's avatar ajilty Committed by Marc Cornellà

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

Closes #11133
parent 18d21527
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment