fix typo in variable name

This commit is contained in:
goedelsoup 2020-06-19 14:31:50 -04:00
parent 574bef0b3c
commit 69b98486a3

View file

@ -141,7 +141,7 @@ FILE_ARRAY_DOCKER=() # Array of files to check
FILE_ARRAY_GO=() # Array of files to check
FILE_ARRAY_TERRAFORM=() # Array of files to check
FILE_ARRAY_CSS=() # Array of files to check
FILE_ARRAAY_CLOJURE=() # Array of files to check
FILE_ARRAY_CLOJURE=() # Array of files to check
############
# Counters #