From 327781b3c5ae6e5d943df45d4589fe596dd111db Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 7 Jun 2024 14:28:22 +0100 Subject: [PATCH] chore: fix typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c557991..42fd1db4 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ test: test-registry test-race: go test -race -count=3 ./... -.PHYONY: update-kaniko-fork +.PHONY: update-kaniko-fork update-kaniko-fork: go mod edit -replace github.com/GoogleContainerTools/kaniko=github.com/coder/kaniko@main go mod tidy