Skip to content

Commit 30494f7

Browse files
committed
fix(lvm): update call to sub-command
1 parent 47aa0a2 commit 30494f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/lvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ _comp_cmd_lvm()
895895
vgdisplay | vgexport | vgextend | vgimport | vgmerge | vgmknodes | vgreduce | \
896896
vgremove | vgrename | vgs | vgscan | vgsplit | lvchange | lvcreate | lvdisplay | \
897897
lvextend | lvreduce | lvremove | lvrename | lvresize | lvscan)
898-
"_${words[1]}"
898+
"_comp_cmd_${words[1]}" "${words[@]:1}"
899899
;;
900900
esac
901901
fi

0 commit comments

Comments
 (0)