spacetelescope / jirahub

A package for syncing JIRA tickets and Github issues
http://jirahub.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Typo in githubquery.py #14

Closed Rplesha closed 5 years ago

Rplesha commented 5 years ago

There is a minor typo (an extra h) in githubquery.py on line 37:

self.github = Githubh(user, password) should be self.github = Github(user, password) in order to log in using username/password instead of a key.

pllim commented 5 years ago

Why not submit a PR, so you get credit for the fix? 😄