From 82499d428a8bab161f788f7cf7e9c10c5e3b8c65 Mon Sep 17 00:00:00 2001 From: Sjoerd van Leent Date: Thu, 15 Feb 2024 15:56:19 +0100 Subject: [PATCH] Fixed spelling mistake in the Makefile at .PHONY vendor * Simple error correction of a spelling mistake which was introduced at commit b8f75f3 Signed-off-by: Sjoerd van Leent --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9e41aa47..40e9fc1e0 100644 --- a/Makefile +++ b/Makefile @@ -221,7 +221,7 @@ shfmt: localshfmt: shfmt -d -w . -.PHONY: venodr +.PHONY: vendor vendor: $(GO) mod tidy $(GO) mod vendor