fix spaces

This commit is contained in:
Lucas Gravley 2020-09-10 10:25:56 -05:00
parent ad9c0081f4
commit f432ef2116

View file

@ -773,8 +773,8 @@ function PopulateShellScriptsList() {
mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \ mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \
-path "*/node_modules" -prune -o \ -path "*/node_modules" -prune -o \
-path "*/.git" -prune -o \ -path "*/.git" -prune -o \
-path "*/.venv"-prune -o \ -path "*/.venv" -prune -o \
-path "*/.rbenv"-prune -o \ -path "*/.rbenv" -prune -o \
-type f 2>&1) -type f 2>&1)
for FILE in "${LIST_FILES[@]}"; do for FILE in "${LIST_FILES[@]}"; do
if IsValidShellScript "${FILE}"; then if IsValidShellScript "${FILE}"; then