Skip to content

Commit

Permalink
fix(lvm): update call to sub-command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkrogers committed Jun 7, 2023
1 parent 47aa0a2 commit 30494f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/lvm
Expand Up @@ -895,7 +895,7 @@ _comp_cmd_lvm()
vgdisplay | vgexport | vgextend | vgimport | vgmerge | vgmknodes | vgreduce | \
vgremove | vgrename | vgs | vgscan | vgsplit | lvchange | lvcreate | lvdisplay | \
lvextend | lvreduce | lvremove | lvrename | lvresize | lvscan)
"_${words[1]}"
"_comp_cmd_${words[1]}" "${words[@]:1}"
;;
esac
fi
Expand Down

0 comments on commit 30494f7

Please sign in to comment.