mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -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
|
exit 1
|
||||||
else
|
else
|
||||||
# Success
|
# Success
|
||||||
if [ "$DEBUG" -ne 0 ]; then
|
if [[ "$VERBOSE_OUTPUT" != "false" ]]; then
|
||||||
# Success
|
# Success
|
||||||
echo "Successfully found binary in system"
|
echo "Successfully found binary in system"
|
||||||
echo "Location:[$VALIDATE_INSTALL_CMD]"
|
echo "Location:[$VALIDATE_INSTALL_CMD]"
|
||||||
|
|
Loading…
Reference in a new issue