Skip to content

Commit 1972726

Browse files
committed
Fix path
1 parent 6574a4f commit 1972726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/purejava/KeepassProxyAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public KeepassProxyAccess() {
5252
}
5353
if (SystemUtils.IS_OS_WINDOWS) {
5454
connection = new WindowsConnection();
55-
fileLocation = System.getenv("AppData") + "keepass-proxy-access/" + FILE_NAME;
55+
fileLocation = System.getenv("AppData") + "/keepass-proxy-access/" + FILE_NAME;
5656
}
5757
scheduler = Executors.newSingleThreadScheduledExecutor();
5858
connection.addPropertyChangeListener(this);

0 commit comments

Comments
 (0)