mattn / algia

A cli application for nostr
MIT License
171 stars 25 forks source link

fix: use `configDir` for `save` #6

Closed yuhr closed 1 year ago

yuhr commented 1 year ago

On macOS, it still tries to read the configuration from ~/Library/Application Support/algia/config.json. #4 didn't fully cover the occurence of os.UserConfigDir in save function, so I've replaced it by configDir.

mattn commented 1 year ago

Thank you