summaryrefslogtreecommitdiffstats
path: root/glances
diff options
context:
space:
mode:
Diffstat (limited to 'glances')
-rw-r--r--glances/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/config.py b/glances/config.py
index c4b9eff2..8b9a9aa0 100644
--- a/glances/config.py
+++ b/glances/config.py
@@ -97,7 +97,7 @@ def default_config_dir():
- Linux, SunOS, *BSD, macOS: /usr/share/doc (as defined in the setup.py files)
- Windows: %APPDATA%\glances
"""
- if LINUX or SUNOS or BDS or MACOS:
+ if LINUX or SUNOS or BSD or MACOS:
path = '/usr/share/doc'
else:
path = os.environ.get('APPDATA')