fixed code

This commit is contained in:
Lucas Gravley 2019-10-23 10:19:26 -05:00
parent d845528ee6
commit 5cfc3ac09c

View file

@ -289,7 +289,7 @@ LintJsonFiles()
################################# #################################
# Get list of all files to lint # # Get list of all files to lint #
################################# #################################
# shellcheck disable=SC2207 # shellcheck disable=SC2207,SC2164
LIST_FILES=($(cd "$GITHUB_WORKSPACE"; find . -type f -name "*.json" 2>&1)) LIST_FILES=($(cd "$GITHUB_WORKSPACE"; find . -type f -name "*.json" 2>&1))
################## ##################