Skip to content

Commit 14ce429

Browse files
author
Ira Abramov
committed
important syntax correction from the owenr of ble.sh
1 parent 0c17476 commit 14ce429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/available/blesh.plugin.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ -f $_bash_it_ble_path ]]; then
1212
# shellcheck disable=1090
1313
source "$_bash_it_ble_path" --attach=prompt
1414
if _bash-it-component-item-is-enabled plugin fzf; then
15-
ble-import integration/fzf-key-bindings
15+
ble-import -d integration/fzf-key-bindings
1616
ble-import -d integration/fzf-completion
1717
fi
1818
else

0 commit comments

Comments
 (0)