fix(_test): use GOOGLE_SDK_DIR correctly

This commit is contained in:
Seth Goings
2015-12-03 12:39:19 -07:00
parent 207cc011f7
commit b06a18f171
+1 -1
View File
@@ -4,7 +4,7 @@ function gke-install {
curl https://sdk.cloud.google.com | bash
fi
export PATH="{GOOGLE_SDK_DIR}/bin:$PATH"
export PATH="${GOOGLE_SDK_DIR}/bin:$PATH"
gcloud -q components update kubectl
}