nerves-hub / nerves_hub_cli

NervesHub Mix command line interface
Apache License 2.0
36 stars 17 forks source link

Remove uses of @data-dir #170

Closed jjcarstens closed 3 years ago

jjcarstens commented 3 years ago

This module attribute was defaulting the nerves-hub dir of the current directory in a few places. However, this breaks the expectation when setting :home_dir or NERVES_HUB_HOME.

This changes removes the module attribute in those places and uses NervesHubCLI.home_dir/0 instead