Skip to content

Commit ee1880f

Browse files
author
Greg Bowler
committed
debug update
1 parent c5f1213 commit ee1880f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
if [ -n "$ACTION_PATH" ]
1919
then
2020
IFS=" "
21-
read -r -a splitIFS<<< "$ACTION_PATH"
21+
read -r -a splitIFS <<< "$ACTION_PATH"
2222
for path in "${splitIFS[@]]}"
2323
do
2424
command_string+=("$path")

0 commit comments

Comments
 (0)