From 4af4f15468afa7fd250810fbe582b94a31d521a4 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Tue, 2 Apr 2024 15:26:23 +0200 Subject: [PATCH] Makefile: fix a missing 'vendor' target in oci-hook Signed-off-by: Mahe Tardy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2604dd18503..5e10bf2ec90 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ install: vendor: $(MAKE) -C ./api vendor $(MAKE) -C ./pkg/k8s vendor - $(MAKE) -C ./contrib/rthooks/tetragon-oci-hook + $(MAKE) -C ./contrib/rthooks/tetragon-oci-hook vendor $(GO) mod tidy $(GO) mod vendor $(GO) mod verify