Skip to content

Commit d049d99

Browse files
author
Greg Bowler
committed
Remove unnecessary quotes
1 parent 835acbf commit d049d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fi
8282

8383
if [ -n "$ACTION_ARGS" ]
8484
then
85-
command_string+=("$ACTION_ARGS")
85+
command_string+=($ACTION_ARGS)
8686
fi
8787

8888
echo "Command: " "${command_string[@]}" >> output.log 2>&1

0 commit comments

Comments
 (0)