From 12c4960460c910286a732a6109a148709b5a1ade Mon Sep 17 00:00:00 2001 From: Danny Rehelis Date: Thu, 25 May 2023 20:36:34 +0300 Subject: [PATCH] Fix entrypoint variable --- src/google-cloud-cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google-cloud-cli/install.sh b/src/google-cloud-cli/install.sh index dfdb1a0..dd8bc99 100644 --- a/src/google-cloud-cli/install.sh +++ b/src/google-cloud-cli/install.sh @@ -6,7 +6,7 @@ set -e rm -rf /var/lib/apt/lists/* GCLOUD_VERSION=${VERSION:-"latest"} -INSTALL_GKEGCLOUDAUTH_PLUGIN="${INSTALL_GKEGCLOUDAUTH_PLUGIN:-"false"}" +INSTALL_GKEGCLOUDAUTH_PLUGIN="${INSTALLGKEGCLOUDAUTHPLUGIN:-"false"}" if [ "$(id -u)" -ne 0 ]; then echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.'