Update wpscan.completion.bash

pull/1770/head
Gurkirat Singh 2021-01-09 04:41:31 +05:30 committed by GitHub
parent 80d2d18b7f
commit dddd845a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 > /dev/null; then
_wpscan_completions() {