Skip to content

Commit 275d301

Browse files
Install correct package
copy paste errors strike again
1 parent 47cf767 commit 275d301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-cloud-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.clou
3232
apt-get update --yes
3333

3434
if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then
35-
apt-get install --no-install-recommends --yes postgresql-client
35+
apt-get install --no-install-recommends --yes google-cloud-cli
3636
else
3737
apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}"
3838
fi

0 commit comments

Comments
 (0)