diff --git a/docs/book/src/reference/completion.md b/docs/book/src/reference/completion.md index 3e123de5d28..4e15dca47c6 100644 --- a/docs/book/src/reference/completion.md +++ b/docs/book/src/reference/completion.md @@ -25,7 +25,7 @@ The completion Bash script depends on [bash-completion](https://github.com/scop/ if [ -f /usr/local/share/bash-completion/bash_completion ]; then . /usr/local/share/bash-completion/bash_completion fi -. <(kubebuilder completion) +. <(kubebuilder completion bash) ``` - Restart terminal for the changes to be reflected.