Skip to content

Commit 8e565aa

Browse files
committed
Update Makefile
1 parent c898d0c commit 8e565aa

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
@@ -172,7 +172,7 @@ infection:
172172
composer install --working-dir build-infection --no-interaction --no-progress
173173
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
174174
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
175-
wget https://github.com/infection/infection/releases/download/$$version/infection.phar;
175+
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
176176
chmod +x infection.phar
177177
php infection.phar --ignore-msi-with-no-mutations --logger-text=php://stdout
178178
rm infection.json5 infection.phar

0 commit comments

Comments
 (0)