From 19a5e8955f8fa3ce4fc21a813819e98fc6cba7d7 Mon Sep 17 00:00:00 2001 From: "Derek Lemon (delemon)" Date: Mon, 13 May 2019 08:53:52 -0600 Subject: [PATCH] Adjusting makefile args to find --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d5dca0937..d424412d76 100644 --- a/Makefile +++ b/Makefile @@ -504,7 +504,7 @@ dep-ensure: dep-prereqs .PHONY: gofmt gofmt: - find -name "*.go" | grep -v vendor | xargs bazel run //:gofmt -- -w -s + find $(MAKEDIR) -name "*.go" | grep -v vendor | xargs bazel run //:gofmt -- -w -s .PHONY: goimports goimports: