From 4f83805e4f52d810a16ee580d66932d57b8e3a52 Mon Sep 17 00:00:00 2001 From: jay vyas Date: Wed, 23 Nov 2022 21:21:57 +0100 Subject: [PATCH] woudl typo fix --- tkr/controller/tkr-source/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tkr/controller/tkr-source/Dockerfile b/tkr/controller/tkr-source/Dockerfile index 2d61c2748b..e70a34ccfe 100644 --- a/tkr/controller/tkr-source/Dockerfile +++ b/tkr/controller/tkr-source/Dockerfile @@ -24,7 +24,7 @@ COPY tkr/go.sum tkr/go.sum # ENV CACHE_GOMOD='--mount="type=cache,target=/go/pkg/mod"' # ENV CACHE="$CACHE_GOMOD $CACHE_GOLANG $CACHE_GOBUILD" # RUN $CACHE go mod download -# Since this failed, we copy paste 3 --mount commands explicitly on line 31 below. Someday woudl be nice to generalize all of that into a interpolated call. +# Since this failed, we copy paste 3 --mount commands explicitly on line 31 below. Someday would be nice to generalize all of that into a interpolated call. WORKDIR /workspace/tkr