We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686c492 commit 5a4cad3Copy full SHA for 5a4cad3
Makefile
@@ -51,7 +51,7 @@ check-gofmt:
51
fi
52
if [ -n "$(shell go fmt ./internal/...)" ]; then \
53
echo 1>&2 'The following files need to be formatted:'; \
54
- gofmt -l ./internal/dockergen; \
+ gofmt -l ./internal; \
55
exit 1; \
56
57
0 commit comments