Skip to content

Commit 3f7d9c2

Browse files
committed
Update Makefile
1 parent a23987d commit 3f7d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ infection:
174174
--coverage-xml=tmp/coverage/coverage-xml \
175175
--log-junit=tmp/coverage/junit.xml
176176
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
177-
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
177+
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
178178
php infection.phar \
179179
--configuration=infection.json5 \
180180
--git-diff-base=origin/2.1.x \

0 commit comments

Comments
 (0)