From 652736c5a6a7b3165dedb39178357fcc458bca10 Mon Sep 17 00:00:00 2001 From: Gurkirat Singh Date: Sat, 9 Jan 2021 23:25:48 +0530 Subject: [PATCH] used helper function instead of 'command' --- completion/available/wpscan.completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/available/wpscan.completion.bash b/completion/available/wpscan.completion.bash index 7e79efad..486d44a7 100644 --- a/completion/available/wpscan.completion.bash +++ b/completion/available/wpscan.completion.bash @@ -1,6 +1,6 @@ #!/usr/bin/bash -if command -v wpscan > /dev/null; then +if _command_exists wpscan; then _wpscan_completions() {