Skip to content

Commit

Permalink
Address shellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Oct 10, 2024
1 parent 36126b7 commit 38d8031
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 @@ -34,7 +34,7 @@ apt-get update --yes
if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then
apt-get install --no-install-recommends --yes postgresql-client
else
apt-get install --no-install-recommends --yes google-cloud-cli=${GOOGLE_CLOUD_CLI_VERSION}
apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}"
fi

if [ -n "${curl_installed}" ]; then
Expand Down

0 comments on commit 38d8031

Please sign in to comment.