Skip to content

Commit

Permalink
Update completion.go (#2413)
Browse files Browse the repository at this point in the history
Fixed a typo for command completion
  • Loading branch information
Hiiirad authored Sep 26, 2024
1 parent 0df5c66 commit e6a6ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kk/cmd/completion/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Normally you don't need to do more extra work to have this feature if you've ins
Example: `# Installing bash completion on Linux
## If bash-completion is not installed on Linux, please install the 'bash-completion' package
## via your distribution's package manager.
## Load the ks completion code for bash into the current shell
source <(ks completion bash)
## Load the kk completion code for bash into the current shell
source <(kk completion bash)
## Write bash completion code to a file and source if from .bash_profile
mkdir -p ~/.config/kk/ && kk completion --type bash > ~/.config/kk/completion.bash.inc
printf "
Expand Down

0 comments on commit e6a6ec0

Please sign in to comment.