mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
fix debug
This commit is contained in:
parent
835fc6d5f4
commit
5bf4295d1e
1 changed files with 1 additions and 1 deletions
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue