Skip to content

Commit

Permalink
fix(lvm): replace array slices with existing utility
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <[email protected]>
  • Loading branch information
aaronkrogers and akinomyoga authored Jun 7, 2023
1 parent 30494f7 commit ea49840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/lvm
Original file line number Diff line number Diff line change
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)
"_comp_cmd_${words[1]}" "${words[@]:1}"
_comp_command_offset 1
;;
esac
fi
Expand Down

0 comments on commit ea49840

Please sign in to comment.