Skip to content

Commit 52d014e

Browse files
committed
Fix a typo
1 parent 84d0b87 commit 52d014e

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
@@ -122,7 +122,7 @@ tools/infection.pubkey:
122122
curl -Ls https://github.com/infection/infection/releases/download/0.20.2/infection.phar.pubkey -o tools/infection.pubkey
123123

124124
tools/box:
125-
curl -Ls https://github.com/humbug/box/releases/download/3.10.0test_it_finds_classes_that_implement_given_interface/box.phar -o tools/box && chmod +x tools/box
125+
curl -Ls https://github.com/humbug/box/releases/download/3.10.0/box.phar -o tools/box && chmod +x tools/box
126126

127127
tests/phar/tools/phpunit:
128128
curl -Ls https://phar.phpunit.de/phpunit-9.phar -o tests/phar/tools/phpunit && chmod +x tests/phar/tools/phpunit

0 commit comments

Comments
 (0)