diff --git a/lib/linter.sh b/lib/linter.sh index 05796375..5f0174bd 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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