Skip to content

Commit

Permalink
update legit_r for click
Browse files Browse the repository at this point in the history
With the introduction of click in commit ca8b6fc,
the entry point changes.
This commit updates legit_r accordingly,
otherwise the packaged exe on Windows will not work.
  • Loading branch information
weakish committed Nov 15, 2018
1 parent f3380e1 commit bfdd3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legit_r
Expand Up @@ -4,4 +4,4 @@
import legit.cli

if __name__ == '__main__':
legit.cli.main()
legit.cli.cli()

0 comments on commit bfdd3ec

Please sign in to comment.