Fix formats completion

This commit is contained in:
Jonathan Hodgson 2020-03-23 15:38:08 +00:00
parent 1917307cb2
commit 1dc33446be

View file

@ -164,7 +164,7 @@ _msfvenom_formats_list=(
'vbscript'
)
_msfvenom_format() {
_msfvenom_formats() {
_describe -t formats 'available formats' _msfvenom_formats_list || compadd "$@"
}