Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6c82d2

Browse files
committed
fixup: formatting
1 parent 0f10f3d commit e6c82d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ RUN mkdir --parents "$GOPATH" && \
6767
# go-releaser for building 'fat binaries' that work cross-platform
6868
go install github.com/goreleaser/[email protected] && \
6969
go install mvdan.cc/sh/v3/cmd/shfmt@latest
70-
# nfpm is used with `make build` to make release packages
71-
go install github.com/goreleaser/nfpm/v2/cmd/[email protected]
70+
# nfpm is used with `make build` to make release packages
71+
go install github.com/goreleaser/nfpm/v2/cmd/[email protected]
7272

7373
# Ubuntu 20.04 LTS (Focal Fossa)
7474
FROM ubuntu:focal

0 commit comments

Comments
 (0)