diff options
author | 2021-11-26 23:18:54 +0300 | |
---|---|---|
committer | 2021-11-26 23:18:54 +0300 | |
commit | 65d8205dc3dbfc95f187836dc8da6ef08352dd52 (patch) | |
tree | bab2ba15993d471763c1c4e994c867cb8a09c1b8 /pyproject.toml | |
parent | Merge pull request #572 from D0rs4n/pr/deleterolesignal (diff) |
Fix Typo In Static Task
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2f1322e3..2de2bf35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,4 +54,4 @@ test = "coverage run manage.py test" report = "coverage report -m" lint = "pre-commit run --all-files" precommit = "pre-commit install" -static = "python mange.py distill-local build --traceback --force" +static = "python manage.py distill-local build --traceback --force" |