Skip to content

Commit 9da5680

Browse files
committed
Update Makefile
1 parent 0920c75 commit 9da5680

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
@@ -179,7 +179,7 @@ infection:
179179
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
180180
php infection.phar \
181181
--configuration=infection.json5 \
182-
--git-diff-base=origin/2.1.x \
182+
--git-diff-base=origin/HEAD \
183183
--git-diff-lines \
184184
--coverage=tmp/coverage \
185185
--skip-initial-tests \

0 commit comments

Comments
 (0)