Skip to content

Commit ca0d2d9

Browse files
authored
chore: fix typo in Makefile (#227)
1 parent 76d8106 commit ca0d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test: test-registry
3131
test-race:
3232
go test -race -count=3 ./...
3333

34-
.PHYONY: update-kaniko-fork
34+
.PHONY: update-kaniko-fork
3535
update-kaniko-fork:
3636
go mod edit -replace github.com/GoogleContainerTools/kaniko=github.com/coder/kaniko@main
3737
go mod tidy

0 commit comments

Comments
 (0)