Skip to content

Commit 38d8031

Browse files
Address shellcheck issue
1 parent 36126b7 commit 38d8031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google-cloud-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apt-get update --yes
3434
if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then
3535
apt-get install --no-install-recommends --yes postgresql-client
3636
else
37-
apt-get install --no-install-recommends --yes google-cloud-cli=${GOOGLE_CLOUD_CLI_VERSION}
37+
apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}"
3838
fi
3939

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

0 commit comments

Comments
 (0)