Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
changing plural to be singular on the modules variable (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni authored and markbates committed Oct 17, 2019
1 parent 4099f51 commit 8bb3200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genny/docker/templates/multi/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ADD . .
RUN dep ensure
{{else -}}
{{if .opts.App.WithModules -}}
ENV GO111MODULES=on
ENV GO111MODULE=on
{{end -}}
RUN go get ./...
{{end -}}
Expand Down

0 comments on commit 8bb3200

Please sign in to comment.