NicoHood / GPGit

A shell script that automates the process of signing Git sources via GPG
MIT License
92 stars 10 forks source link

Should `user.githubtoken` be replaced with `gpgit.token`? #9

Closed wolph closed 6 years ago

wolph commented 6 years ago

Right now the code is asking for user.githubtoken: https://github.com/NicoHood/gpgit/blob/4ee493d453c04ff5bbce130fa5102622f23fcf9f/gpgit.py#L658

But it appears to be reading from gpgit.token: https://github.com/NicoHood/gpgit/blob/4ee493d453c04ff5bbce130fa5102622f23fcf9f/gpgit.py#L784-L800

NicoHood commented 6 years ago

Closing as I switched back to bash. I dont know if I will use the python version again, bash seems still simpler to code and easier to install.