mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fix spaces
This commit is contained in:
parent
ad9c0081f4
commit
f432ef2116
1 changed files with 2 additions and 2 deletions
|
@ -773,8 +773,8 @@ function PopulateShellScriptsList() {
|
|||
mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \
|
||||
-path "*/node_modules" -prune -o \
|
||||
-path "*/.git" -prune -o \
|
||||
-path "*/.venv"-prune -o \
|
||||
-path "*/.rbenv"-prune -o \
|
||||
-path "*/.venv" -prune -o \
|
||||
-path "*/.rbenv" -prune -o \
|
||||
-type f 2>&1)
|
||||
for FILE in "${LIST_FILES[@]}"; do
|
||||
if IsValidShellScript "${FILE}"; then
|
||||
|
|
Loading…
Reference in a new issue