summaryrefslogtreecommitdiff
path: root/src/leap/base/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/base/config.py')
-rw-r--r--src/leap/base/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/base/config.py b/src/leap/base/config.py
index d796bcf1..b88f6df2 100644
--- a/src/leap/base/config.py
+++ b/src/leap/base/config.py
@@ -290,7 +290,7 @@ def get_config_dir():
# we should borrow some of those
# routines for osx/win and wrap this call.
return os.path.join(BaseDirectory.xdg_config_home,
- 'leap')
+ 'leap')
def get_config_file(filename, folder=None):