used helper function instead of 'command'

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash
if command -v wpscan > /dev/null; then
if _command_exists wpscan; then
_wpscan_completions() {