Skip to content

Commit

Permalink
Install correct package
Browse files Browse the repository at this point in the history
copy paste errors strike again
  • Loading branch information
jgarber623-cargosense committed Oct 10, 2024
1 parent 47cf767 commit 275d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-cloud-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 275d301

Please sign in to comment.