heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 381 forks source link

Fix config path when XDG_CONFIG_HOME is set #2004

Closed smaximov closed 7 years ago

smaximov commented 7 years ago

Current version resolves Heroku::Config.path to $XDG_CONFIG_HOME/config.json instead of $XDG_CONFIG_HOME/heroku/config.json when $XDG_CONFIG_HOME is set, this patch fixes that.

smaximov commented 7 years ago

Seems to be fixed by #1996.