himynameisdave / git-labelmaker

:flags: Manage your GitHub labels from the command line!
MIT License
574 stars 33 forks source link

TypeError: Cannot read property 'split' of undefined #75

Closed amirsobhi closed 7 years ago

amirsobhi commented 7 years ago

node -v v6.10.1 npm -v 3.10.10 git-labelmaker ? What is your GitHub Access Token? ? What is your master password, to keep your access token secure? ** TypeError: Cannot read property 'split' of undefined at module.exports (/usr/lib/node_modules/git-labelmaker/bin/modules/readRepo.js:14:32) at Promise.all.then (/usr/lib/node_modules/git-labelmaker/bin/index.js:38:19)

For now I have uninstalled git-labelmaker. It is promising though ;-)

himynameisdave commented 7 years ago

Thanks for submitting, sorry about the issue!

This has been fixed in https://github.com/himynameisdave/git-labelmaker/pull/66 and will be published in v0.9.0 which I will release today.