Skip to content

Commit 76f35f7

Browse files
author
Greg Bowler
committed
Drop quotes around arguments
1 parent 6028e5c commit 76f35f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit-action.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ command_string="phpunit"
1717

1818
if [ -n "$ACTION_CONFIGURATION" ]
1919
then
20-
command_string="$command_string --configuration '$ACTION_CONFIGURATION'"
20+
command_string="$command_string --configuration $ACTION_CONFIGURATION"
2121
fi
2222

2323
if [ -n "$ACTION_LOG_JUNIT" ]
@@ -42,7 +42,7 @@ fi
4242

4343
if [ -n "$ACTION_BOOTSTRAP" ]
4444
then
45-
command_string="$command_string --bootstrap '$ACTION_BOOTSTRAP'"
45+
command_string="$command_string --bootstrap $ACTION_BOOTSTRAP"
4646
fi
4747

4848
if [ -n "$ACTION_FILTER" ]

0 commit comments

Comments
 (0)