summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glances/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/stats.py b/glances/stats.py
index 31b88d2b..803914f3 100644
--- a/glances/stats.py
+++ b/glances/stats.py
@@ -155,7 +155,7 @@ class GlancesStats(object):
path = config.parser['global']['plugin_dir']
if args and 'plugin_dir' in args:
- path = args.plugin_path
+ path = args.plugin_dir
if path:
# Get list before starting the counter