fix mistake

This commit is contained in:
Lucas Gravley 2020-01-07 14:41:12 -06:00
parent 143607bc2e
commit c507cf5943

View file

@ -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