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 50c605c commit 2841904Copy full SHA for 2841904
.jbang/CloneJabRef.java
@@ -14,7 +14,7 @@ public static void main(String[] args) throws Exception {
14
if (args.length == 1) {
15
targetDir = Path.of(args[0]).toAbsolutePath();
16
} else {
17
- targetDir = Path.of(System.getProperty("java.io.tmpdir"), "JabRef");
+ targetDir = Path.of(System.getProperty("java.io.tmpdir"), "jabref");
18
}
19
20
if (Files.exists(targetDir)) {
0 commit comments