Skip to content

Commit

Permalink
Merge pull request #1221 from rsteube/ble-fix-lazy-script
Browse files Browse the repository at this point in the history
ble: fix lazy script
  • Loading branch information
rsteube authored Jul 6, 2022
2 parents 412e6fb + 82980d2 commit da6f973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/lazyInit.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ complete -F _carapace_lazy_spec %v
func bash_ble_lazy(completers []string) string {
snippet := `_carapace_lazy() {
source <(carapace $1 bash-ble)
$"_$1_completion"
$"_$1_completion_ble"
}
complete -F _carapace_lazy %v
`
Expand Down

0 comments on commit da6f973

Please sign in to comment.