From efa20be08a3f558280c234dff8c3d810d040d77a Mon Sep 17 00:00:00 2001 From: zhangshj Date: Sat, 24 Apr 2021 12:51:21 +0800 Subject: [PATCH] correct a wrong word --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfea49afdb..106e2897ea 100644 --- a/Makefile +++ b/Makefile @@ -855,7 +855,7 @@ site: site/themes/docsy/assets/vendor/bootstrap/package.js out/hugo/hugo ## Serv out/mkcmp: GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/mkcmp/main.go -.PHONY: deploy/kicbase/auto-pause # auto pause binary to be used for kic image work arround for not passing the whole repo as docker context +.PHONY: deploy/kicbase/auto-pause # auto pause binary to be used for kic image work around for not passing the whole repo as docker context deploy/kicbase/auto-pause: $(SOURCE_GENERATED) $(SOURCE_FILES) GOOS=linux GOARCH=$(GOARCH) go build -o $@ cmd/auto-pause/auto-pause.go