Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 06f17dd

Browse files
committed
build: fix typo in linter debug status
1 parent 41ac681 commit 06f17dd

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
@@ -254,7 +254,7 @@ ci-delete-image-volume: ## Removes the Docker volume proving gopath caching
254254

255255
.PHONY: ci-all-linters
256256
ci-all-linters: ci-build-image-volume ## Runs all lint checks within a Docker container
257-
$(info $(M) running git commit audit) @
257+
$(info $(M) running all linters) @
258258
$Q docker run --tty --rm --name nginx-wrapper-build-container --volume nginx-wrapper-build-container:/build/gopath --volume $(CURDIR):/build/src --workdir /build/src nginx-wrapper-build make all-linters
259259

260260
.PHONY: ci-run-all-checks

0 commit comments

Comments
 (0)