Skip to content

Commit ab868a9

Browse files
authored
Fix bash auto completion (#298)
1 parent 90a49cb commit ab868a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ _k0sctl_bash_autocomplete() {
7373
fi
7474
}
7575
76-
complete -o bashdefault -o default -o nospace -F _cli_bash_autocomplete %s
76+
complete -o bashdefault -o default -o nospace -F _k0sctl_bash_autocomplete %s
7777
`, prog())
7878
}
7979

0 commit comments

Comments
 (0)