Skip to content

Commit 9667454

Browse files
author
Greg Bowler
committed
fix typo
1 parent ee1880f commit 9667454

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
@@ -19,7 +19,7 @@ if [ -n "$ACTION_PATH" ]
1919
then
2020
IFS=" "
2121
read -r -a splitIFS <<< "$ACTION_PATH"
22-
for path in "${splitIFS[@]]}"
22+
for path in "${splitIFS[@]}"
2323
do
2424
command_string+=("$path")
2525
done

0 commit comments

Comments
 (0)