Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Fix config location path
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Sep 1, 2018
1 parent 55a63f7 commit f24dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoidboard/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
}

_DEFAULT_CONFIG_LOCATION = expanduser('~/.config/zoidboard/zoidboard.yml')
_DEFAULT_CONFIG_LOCATION = expanduser('~/.config/zoidboard/config.yml')
_CONFIG_LOCATION = environ.get('ZOIDBOARD_CONFIG', _DEFAULT_CONFIG_LOCATION)

config = _DEFAULT_CONFIG
Expand Down

0 comments on commit f24dcf1

Please sign in to comment.