Skip to content

Commit

Permalink
Makefile: fixed 'make fmt' command
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibergeorg authored and chrischdi committed Oct 8, 2019
1 parent bbe0751 commit 1c55c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ push:
docker push $(REGISTRY)/kosmoo:$(VERSION)

fmt:
@go fmt -l -w $(SRCS)
@gofmt -l -w $(SRCS)

test: vet fmtcheck spdxcheck lint

Expand Down

0 comments on commit 1c55c0b

Please sign in to comment.