We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a8ba commit 7410e3aCopy full SHA for 7410e3a
1 file changed
.laminas-ci/pre-run.sh
@@ -2,7 +2,7 @@ JOB=$3
2
PHP_VERSION=$4
3
COMMAND=$(echo "${JOB}" | jq -r '.command')
4
5
-echo "Running pre-run $COMMAND"
+echo "Running pre-run $COMMAND"
6
7
if [[ ${COMMAND} =~ phpunit ]];then
8
0 commit comments