Fix copy paste mistake in comment

This commit is contained in:
Andrejs Cunskis 2022-04-29 00:16:28 +03:00
parent 0b459c20fe
commit dd3ad9e4c9
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -83,12 +83,12 @@ ARG BAZELISK_DOWNLOAD_SHA256
RUN if [ -n "$BAZELISK_VERSION" ] ; then /scripts/install-bazelisk $BAZELISK_VERSION $BAZELISK_DOWNLOAD_SHA256; fi
# GCLOUD
# Google-cloud-sdk
ARG GCLOUD_VERSION
RUN if [ -n "$GCLOUD_VERSION" ] ; then /scripts/install-gcloud $GCLOUD_VERSION; fi
# GCLOUD
# Kubectl
ARG KUBECTL_VERSION
RUN if [ -n "$KUBECTL_VERSION" ] ; then /scripts/install-kubectl $KUBECTL_VERSION; fi