From b7ce9861950aa83631a708f0ed4d74ae4ba88cee Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 12 May 2022 07:53:01 -0600 Subject: Fix broken pwd Broken in #14191, merged unintentionally Signed-off-by: Ed Santiago --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca032dcb1..3f9d56025 100644 --- a/Makefile +++ b/Makefile @@ -569,7 +569,7 @@ remoteintegration: test-binaries ginkgo-remote .PHONY: localbenchmarks localbenchmarks: test-binaries - PATH=$(PATH):$(shell PWD)/hack ACK_GINKGO_RC=true $(GOBIN)/ginkgo \ + PATH=$(PATH):$(shell pwd)/hack ACK_GINKGO_RC=true $(GOBIN)/ginkgo \ -focus "Podman Benchmark Suite" \ -tags "$(BUILDTAGS) benchmarks" -noColor \ -noisySkippings=false -noisyPendings=false \ -- cgit v1.2.3-54-g00ecf