summaryrefslogtreecommitdiffstats
path: root/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util.cpp')
-rw-r--r--util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.cpp b/util.cpp
index 74c84c1e..4908b370 100644
--- a/util.cpp
+++ b/util.cpp
@@ -42,7 +42,7 @@ QString Util::findPasswordStore()
if (_env.contains("PASSWORD_STORE_DIR")) {
path = _env.value("PASSWORD_STORE_DIR");
} else {
- path = QDir::homePath()+"/.password-store/";
+ path = QDir::homePath() + QDir::separator() + ".password-store" + QDir::separator();
}
return Util::normalizeFolderPath(path);
}