Skip to content

Commit f5a4b48

Browse files
committed
fix: double call
1 parent deb95f9 commit f5a4b48

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
@@ -6,7 +6,7 @@
66
packages=['commit_helper'],
77
entry_points={
88
'console_scripts': [
9-
'commit = commit_helper.__main__:main'
9+
'commit = commit_helper.__main__'
1010
]
1111
},
1212
install_requires=[

0 commit comments

Comments
 (0)