Skip to content

Commit

Permalink
Fix executable script name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanShort12 committed Oct 18, 2023
1 parent be463ba commit f37296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["hsaunders1904"]
readme = "README.md"

[tool.poetry.scripts]
uic-pre-commit = 'pyuicprecommit:main_with_exit'
pyuic-pre-commit = 'pyuicprecommit:main_with_exit'

[tool.poetry.dependencies]
python = "^3.10,<3.12"
Expand Down

0 comments on commit f37296a

Please sign in to comment.