Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nil pointer error opening config file (#34)
In case the config file exists in the home dir, use that one and return early, otherwise try to use the config file in xdg.ConfigFile("mctl/config.yaml")
- Loading branch information