Skip to content

Commit 0d5c023

Browse files
committed
Fix the entry point for the cli
1 parent 2ae8f87 commit 0d5c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
entry_points={
3333
"console_scripts": [
3434
"comitup=comitup.comitup:main",
35-
"comitup-cli=cli.comitupcli:interpreter",
35+
"comitup-cli=cli.comitupcli:main",
3636
"comitup-web=web.comitupweb:main",
3737
],
3838
},

0 commit comments

Comments
 (0)