summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l
index 9719f31..d19f233 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1225,7 +1225,7 @@ void Config::check()
QFileInfo fi(dotPath);
if (fi.exists() && fi.isFile()) // user specified path + exec
{
- dotPath=fi.dirPath(TRUE).utf8();
+ dotPath=fi.dirPath(TRUE).utf8()+"/";
}
else
{