Skip to content

Commit e18e7cc

Browse files
authored
Merge pull request #3143 from GabriFedi97/master
📖 missing shell argument in autocompletion snippet
2 parents afce6a0 + 94211ef commit e18e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The completion Bash script depends on [bash-completion](https://github.com/scop/
2525
if [ -f /usr/local/share/bash-completion/bash_completion ]; then
2626
. /usr/local/share/bash-completion/bash_completion
2727
fi
28-
. <(kubebuilder completion)
28+
. <(kubebuilder completion bash)
2929
```
3030
- Restart terminal for the changes to be reflected.
3131

0 commit comments

Comments
 (0)