use a more sensible prefix for system config files
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
84d87ecb98
commit
9c018ff12e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import toml
|
||||||
|
|
||||||
_here = os.path.dirname(__file__)
|
_here = os.path.dirname(__file__)
|
||||||
_default_conf_root = os.path.join(_here, 'default-config-files')
|
_default_conf_root = os.path.join(_here, 'default-config-files')
|
||||||
_system_conf_root = '/etc'
|
_system_conf_root = os.path.join(os.path.sep, 'etc', 'distgit-bugzilla-sync')
|
||||||
|
|
||||||
config_files = {
|
config_files = {
|
||||||
'default': {
|
'default': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue