We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6574a4f commit 1972726Copy full SHA for 1972726
src/main/java/org/purejava/KeepassProxyAccess.java
@@ -52,7 +52,7 @@ public KeepassProxyAccess() {
52
}
53
if (SystemUtils.IS_OS_WINDOWS) {
54
connection = new WindowsConnection();
55
- fileLocation = System.getenv("AppData") + "keepass-proxy-access/" + FILE_NAME;
+ fileLocation = System.getenv("AppData") + "/keepass-proxy-access/" + FILE_NAME;
56
57
scheduler = Executors.newSingleThreadScheduledExecutor();
58
connection.addPropertyChangeListener(this);
0 commit comments