Skip to content

Commit dd2c112

Browse files
committed
Rename jvm.dir to jvm-dir
This will eventually be written to "cfg.jvm-dir", so we don't want the extra dot in the name.
1 parent 8331123 commit dd2c112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/launcher/Java.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public static void upgrade(BiConsumer<String, Double> subscriber)
338338
Log.debug(exc);
339339
}
340340
}
341-
Config.update(configFile, "jvm.dir", newJavaPath.toString());
341+
Config.update(configFile, "jvm-dir", newJavaPath.toString());
342342
}
343343
}
344344

0 commit comments

Comments
 (0)