Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assets download shouldn't use CWD if there is no config file (#107)
* When a user runs assets download they may not have created a .foyle/config.yaml file yet * As a result the ConfigDir will be the empty string and assets will be put into the local directory * To solve this if the ConfigFile is empty we return the default config directory. Fix #103
- Loading branch information