Skip to content

Commit e41e39f

Browse files
committed
test: crd
1 parent d336000 commit e41e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crd/nodenetworkconfig/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL = all
22

33
REPO_ROOT = $(shell git rev-parse --show-toplevel)
4-
CONTROLLER_GEN = go tool -modfile=tools.go.mod controller-gen
4+
CONTROLLER_GEN = go tool -modfile=$(REPO_ROOT)/tools.go.mod controller-gen
55

66
all: generate manifests
77

0 commit comments

Comments
 (0)