Skip to content

Commit

Permalink
Rename jvm.dir to jvm-dir
Browse files Browse the repository at this point in the history
This will eventually be written to "cfg.jvm-dir", so we don't want the
extra dot in the name.
  • Loading branch information
hinerm committed Dec 12, 2024
1 parent 8331123 commit dd2c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scijava/launcher/Java.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public static void upgrade(BiConsumer<String, Double> subscriber)
Log.debug(exc);
}
}
Config.update(configFile, "jvm.dir", newJavaPath.toString());
Config.update(configFile, "jvm-dir", newJavaPath.toString());
}
}

Expand Down

0 comments on commit dd2c112

Please sign in to comment.