fix debug

This commit is contained in:
Lucas Gravley 2020-04-23 12:14:31 -05:00
parent 835fc6d5f4
commit 5bf4295d1e

View file

@ -378,7 +378,7 @@ LintAnsibleFiles()
exit 1
else
# Success
if [ "$DEBUG" -ne 0 ]; then
if [[ "$VERBOSE_OUTPUT" != "false" ]]; then
# Success
echo "Successfully found binary in system"
echo "Location:[$VALIDATE_INSTALL_CMD]"