Skip to content

Commit 54789ae

Browse files
committed
Update Makefile
1 parent 615eb53 commit 54789ae

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

0 commit comments

Comments
 (0)