Skip to content

Commit fb69fa7

Browse files
authored
fix/default_xdg (#31)
missed in #6 authored-by: jarbasai <jarbasai@mailfence.com>
1 parent c06f6ae commit fb69fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/configuration/ovos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171

7272
def get_ovos_config():
73-
config = {"xdg": False,
73+
config = {"xdg": True,
7474
"base_folder": "mycroft",
7575
"config_filename": "mycroft.conf",
7676
"default_config_path": join(dirname(__file__), "mycroft.conf")}

0 commit comments

Comments
 (0)