Skip to content

Commit 02919ee

Browse files
committed
fix(cli): fix script entrypoint
1 parent 8fda8d0 commit 02919ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["ssh", "config", "ansible", "cli", "generator"]
1212
"Changelog" = "https://github.com/pythoninja/sshgen/blob/master/CHANGELOG.md"
1313

1414
[tool.poetry.scripts]
15-
sshgen = "sshgen.cli:app"
15+
sshgen = "sshgen.cli:app.meta"
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.12"

0 commit comments

Comments
 (0)