vapor-ware / synse-cli

Unified CLI for the Synse platform
GNU General Public License v3.0
1 stars 4 forks source link

Fix CLI not persisting config changes in HOME #241

Closed GuessWhoSamFoo closed 1 year ago

GuessWhoSamFoo commented 1 year ago

Previously if running the cli from the home dir without having $HOME, the CLI would return a nil err. This PR ensures it would actually persist the config.

Closes #239

Signed-off-by: Sam Foo sam.foo@vapor.io