From af0dc9baa12b3969edfc952f395658716be559a3 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Tue, 27 Apr 2021 15:56:19 -0500 Subject: [PATCH] ugg more typos --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a829238..07082ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,7 +133,7 @@ RUN echo tilt; case ${TARGETPLATFORM} in \ RUN echo skaffold; case ${TARGETPLATFORM} in \ "linux/amd64") ARCH=amd64 ;; \ "linux/arm64") ARCH=arm64 ;; \ - ac \ + esac \ && if [[ ${ARCH} != "arm" ]] ; \ then \ curl -sSLo /usr/local/bin/skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-${ARCH} \