mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Makefile.common: fix format rule (#1195)
Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
73ddf5f1f7
commit
614b815e00
|
@ -115,7 +115,7 @@ common-test:
|
|||
.PHONY: common-format
|
||||
common-format:
|
||||
@echo ">> formatting code"
|
||||
GO111MODULE=$(GO111MODULE) $(GO) fmt $(GOOPTS) $(pkgs)
|
||||
GO111MODULE=$(GO111MODULE) $(GO) fmt $(pkgs)
|
||||
|
||||
.PHONY: common-vet
|
||||
common-vet:
|
||||
|
|
Loading…
Reference in a new issue