aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 791a76e..8490aa5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ mypy = "^1.5.1"
pylint = "^2.17.5"
[tool.poetry.scripts]
-train = "swr2_asr.train_2:run"
+train = "swr2_asr.train:run_cli"
[build-system]
requires = ["poetry-core"]