From 275d301be99b53011af3684f3c320608312af80e Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 10 Oct 2024 14:06:22 -0400 Subject: [PATCH] Install correct package copy paste errors strike again --- 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 3bcaa90..f573d54 100755 --- a/src/google-cloud-cli/install.sh +++ b/src/google-cloud-cli/install.sh @@ -32,7 +32,7 @@ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.clou apt-get update --yes if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then - apt-get install --no-install-recommends --yes postgresql-client + apt-get install --no-install-recommends --yes google-cloud-cli else apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}" fi