Skip to content

Commit 74bd5f5

Browse files
committed
Update Makefile
1 parent bb853e5 commit 74bd5f5

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
@@ -175,7 +175,7 @@ infection:
175175
--coverage-xml=tmp/coverage/coverage-xml \
176176
--log-junit=tmp/coverage/junit.xml
177177
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
178-
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
178+
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
179179
php infection.phar \
180180
--configuration=infection.json5 \
181181
--git-diff-base=origin/2.1.x \

0 commit comments

Comments
 (0)