diff --git a/Makefile b/Makefile index bea5e8ec5fa0..316b3f0c3538 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ verify-govet-shadow: verify-markdown-marker: PASSES="markdown_marker" ./scripts/test.sh -YAMLFMT_VERSION = $(shell cd tools/mod && go list -m -f '{{.Version}}' github.com/google/yamlfmt) +YAMLFMT_VERSION = $(shell go list -m -f '{{.Version}}' github.com/google/yamlfmt) .PHONY: fix-yamllint fix-yamllint: