changed name from `_wpscan_completion` to `__wpscan_completion`

pull/1770/head
Gurkirat Singh 2021-01-09 23:26:11 +05:30
parent 652736c5a6
commit dd6c8222ec
No known key found for this signature in database
GPG Key ID: CFD64E1DCB3DA835
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if _command_exists wpscan; then if _command_exists wpscan; then
_wpscan_completions() { __wpscan_completion() {
local cur prev local cur prev
COMREPLY=() COMREPLY=()
@ -58,5 +58,5 @@ if _command_exists wpscan; then
esac esac
} }
complete -F _wpscan_completions wpscan complete -F __wpscan_completion wpscan
fi fi