Skip to content

Commit 2841904

Browse files
authored
Adapt casing
1 parent 50c605c commit 2841904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jbang/CloneJabRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void main(String[] args) throws Exception {
1414
if (args.length == 1) {
1515
targetDir = Path.of(args[0]).toAbsolutePath();
1616
} else {
17-
targetDir = Path.of(System.getProperty("java.io.tmpdir"), "JabRef");
17+
targetDir = Path.of(System.getProperty("java.io.tmpdir"), "jabref");
1818
}
1919

2020
if (Files.exists(targetDir)) {

0 commit comments

Comments
 (0)