Skip to content

Commit 3df003d

Browse files
committed
Attempt to fix flaky test
1 parent a316a78 commit 3df003d

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
@@ -32,7 +32,7 @@ psalm-update-baseline: build/psalm.phar
3232
.PHONY:check-docs
3333
check-docs: docs/CLI.md
3434
@echo "CHECKING if 'docs/CLI.md' needs to be committed due to changes. If this fails, simply commit the changes."
35-
git diff-files --quiet docs
35+
git diff-files docs/CLI.md
3636

3737
# Downloads everything we need for testing, used by Travis.
3838
.PHONY: init

0 commit comments

Comments
 (0)