Skip to content

Commit 5a4cad3

Browse files
committed
build: fix gofmt file listing in makefile
1 parent 686c492 commit 5a4cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ check-gofmt:
5151
fi
5252
if [ -n "$(shell go fmt ./internal/...)" ]; then \
5353
echo 1>&2 'The following files need to be formatted:'; \
54-
gofmt -l ./internal/dockergen; \
54+
gofmt -l ./internal; \
5555
exit 1; \
5656
fi
5757

0 commit comments

Comments
 (0)