Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 7e3c877

Browse files
committed
remove typo
1 parent 0238604 commit 7e3c877

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
@@ -117,7 +117,7 @@ test-coverage: TEST_EXEC = python -m coverage run $(COVERAGE_ARGS) -m
117117
test-coverage: test ## Run automated tests and create coverage report
118118

119119
lint: ## Run code linter to check code style, check if formatter would make changes and check if dependency pins need to be updated
120-
@[ -f localstack-core/localstack/__init__.py ] && echo "localstack-core/localstack/__init__.py will break packaging. Please delete end retry" && exit 1 || :
120+
@[ -f localstack-core/localstack/__init__.py ] && echo "localstack-core/localstack/__init__.py will break packaging." && exit 1 || :
121121
($(VENV_RUN); python -m ruff check --output-format=full . && python -m ruff format --check .)
122122
$(VENV_RUN); pre-commit run check-pinned-deps-for-needed-upgrade --files pyproject.toml # run pre-commit hook manually here to ensure that this check runs in CI as well
123123
$(VENV_RUN); openapi-spec-validator localstack-core/localstack/openapi.yaml

0 commit comments

Comments
 (0)