Skip to content

Commit

Permalink
Merge pull request #3143 from GabriFedi97/master
Browse files Browse the repository at this point in the history
馃摉 missing shell argument in autocompletion snippet
  • Loading branch information
k8s-ci-robot committed Jan 9, 2023
2 parents afce6a0 + 94211ef commit e18e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e18e7cc

Please sign in to comment.