Skip to content

Commit 6b4f74f

Browse files
committed
Update Makefile
1 parent c7c3d20 commit 6b4f74f

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

0 commit comments

Comments
 (0)