summaryrefslogtreecommitdiffstats
path: root/plugins.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-06-15 03:37:35 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-06-15 03:37:35 +0300
commit966f76e21c4685f9157bbb4a3f833ff282b5a72e (patch)
treedc9abc83d00d5839b2a05c975a48e726cd138295 /plugins.d
parent30a4d477a9eea6d4b9d3d996fda74b94b0b0b3dc (diff)
fixed typo
Diffstat (limited to 'plugins.d')
-rwxr-xr-xplugins.d/python.d.plugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin
index 4a598db58a..e74c79cfa7 100755
--- a/plugins.d/python.d.plugin
+++ b/plugins.d/python.d.plugin
@@ -23,7 +23,7 @@ MODULES_DIR = os.path.abspath(os.getenv('NETDATA_PLUGINS_DIR',
os.path.dirname(__file__)) + "/../python.d") + "/"
CONFIG_DIR = os.getenv('NETDATA_CONFIG_DIR',
- os.path.dirname(__file__)) + "/../../../../etc/netdata")
+ os.path.dirname(__file__) + "/../../../../etc/netdata")
# directories should end with '/'
if CONFIG_DIR[-1] != "/":