Skip to content

Commit f2f5e63

Browse files
committed
refactor: add bash completion when install kubebuilder
1 parent 83d4447 commit f2f5e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/make-rules/tools.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ _install.kubebuilder : ## Install kubebuilder tool which is used to building Kub
213213
@curl -sL -o kubebuilder https://go.kubebuilder.io/dl/latest/$(shell $(GO) env GOOS)/$(shell $(GO) env GOARCH)
214214
@mkdir -p ${HOME}/bin
215215
@chmod +x kubebuilder && mv kubebuilder ${HOME}/bin
216+
@$(SCRIPTS_DIR)/add-completion.sh kubebuilder bash
216217

217218
# gomodifytags -all -add-tags json -w -transform camelcase --skip-unexported -file *.go
218219
.PHONY: _install.gomodifytags

0 commit comments

Comments
 (0)