Skip to content

Commit c5f1213

Browse files
author
Greg Bowler
committed
read into array
1 parent ab48496 commit c5f1213

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan-action.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ fi
1818
if [ -n "$ACTION_PATH" ]
1919
then
2020
IFS=" "
21-
read -rasplitIFS<<< "$ACTION_PATH"
21+
read -r -a splitIFS<<< "$ACTION_PATH"
2222
for path in "${splitIFS[@]]}"
2323
do
24-
echo "DEBUG: adding path - $path"
2524
command_string+=("$path")
2625
done
2726
fi

0 commit comments

Comments
 (0)