Skip to content

Commit 659abbe

Browse files
committed
Adjust documentation
1 parent 39d6464 commit 659abbe

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
@@ -43,7 +43,7 @@ all: \
4343
.venv-pre-commit/var/.pre-commit-built.log:
4444
rm -rf .venv-pre-commit
4545
test -r .pre-commit-config.yaml \
46-
|| (echo "ERROR:Makefile:pre-commit is expected to install for this repository, but .pre-commit-config.yaml does not expect to exist." >&2 ; exit 1)
46+
|| (echo "ERROR:Makefile:pre-commit is expected to install for this repository, but .pre-commit-config.yaml does not seem to exist." >&2 ; exit 1)
4747
$(PYTHON3) -m venv \
4848
.venv-pre-commit
4949
source .venv-pre-commit/bin/activate \

0 commit comments

Comments
 (0)