mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fix mistake
This commit is contained in:
parent
143607bc2e
commit
c507cf5943
1 changed files with 1 additions and 1 deletions
|
@ -1762,7 +1762,7 @@ LintAnsibleFiles()
|
||||||
# Set the list to empty if only MD and TXT files were changed #
|
# Set the list to empty if only MD and TXT files were changed #
|
||||||
###############################################################
|
###############################################################
|
||||||
# No need to run the full ansible checks on read only file changes
|
# No need to run the full ansible checks on read only file changes
|
||||||
if [ "$READ_ONLY_CHANGE_FLAG" eq 0 ]; then
|
if [ "$READ_ONLY_CHANGE_FLAG" -eq 0 ]; then
|
||||||
LIST_FILES=()
|
LIST_FILES=()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue