Skip to content

Commit 0920c75

Browse files
committed
Update Makefile
1 parent 6f793a4 commit 0920c75

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

0 commit comments

Comments
 (0)