Skip to content

Commit d0954b2

Browse files
committed
Fix Makefile to run e2e
1 parent 9b13e22 commit d0954b2

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
@@ -75,7 +75,7 @@ endif
7575
export ACK_GINKGO_DEPRECATIONS := 1.16.5
7676
export ACK_GINKGO_RC=true
7777

78-
export PATH := $(REPO_ROOT)/$(TOOLS_BIN_DIR):$(PATH)
78+
export PATH := $(TOOLS_BIN_DIR):$(PATH)
7979

8080
all: build
8181

0 commit comments

Comments
 (0)