Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adampresley committed Jun 24, 2021
1 parent 3ba0726 commit 8d476f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes will be docmented here.

## 1.4.1

* Fixed typo in generated Dockerfile

## 1.4.0

* Reorganized questions so the app can now offer suggestions for later answers
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion templates/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "htt
#
COPY go.mod .
COPY go.sum .
RUN GOPRIVATE="giuthub.com/app-nerds/*" GONOPROXY="github.com/app-nerds/*" go mod download
RUN GOPRIVATE="github.com/app-nerds/*" GONOPROXY="github.com/app-nerds/*" go mod download

#
# Setup and install Node, Vue, and Swaggo
Expand Down

0 comments on commit 8d476f7

Please sign in to comment.