guyzmo / git-repo

Git-Repo: CLI utility to manage git services from your workspace
https://webchat.freenode.net/?channels=#git-repo
Other
842 stars 85 forks source link

Home directory isn't retrieved on Windows #135

Closed sukiletxe closed 7 years ago

sukiletxe commented 7 years ago

This is due to using os.environ['HOME']instead ofos.path.expanduser('~')`, which works on Windows, too.

guyzmo commented 7 years ago

noted, I'll fix that for next release! Thank you!