Skip to content

Commit

Permalink
Fix bash auto completion (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Jan 14, 2022
1 parent 90a49cb commit ab868a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _k0sctl_bash_autocomplete() {
fi
}
complete -o bashdefault -o default -o nospace -F _cli_bash_autocomplete %s
complete -o bashdefault -o default -o nospace -F _k0sctl_bash_autocomplete %s
`, prog())
}

Expand Down

0 comments on commit ab868a9

Please sign in to comment.