mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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 #
|
||||
###############################################################
|
||||
# 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=()
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue