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 <sjoerd.van.leent@alliander.com>
This commit is contained in:
Sjoerd van Leent
2024-02-15 15:56:19 +01:00
parent 675292473b
commit 82499d428a
+1 -1
View File
@@ -221,7 +221,7 @@ shfmt:
localshfmt: localshfmt:
shfmt -d -w . shfmt -d -w .
.PHONY: venodr .PHONY: vendor
vendor: vendor:
$(GO) mod tidy $(GO) mod tidy
$(GO) mod vendor $(GO) mod vendor