Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
woudl typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayunit100 authored and rajaskakodkar committed Feb 17, 2023
1 parent 9f2e2ce commit 4f83805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkr/controller/tkr-source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f83805

Please # to comment.