Skip to content

Commit

Permalink
Use 'run-image' as the term shown with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Aug 8, 2023
1 parent 81dae4b commit 08c2367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ private static ImageHelper createImageProvider(JlinkConfiguration config,
cf.modules().stream()
.sorted(Comparator.comparing(ResolvedModule::name))
.forEach(rm -> log.format("%s %s%s%n",
rm.name(), rm.reference().location().get(), config.useModulePath() ? "" : " (jmod-less)"));
rm.name(), rm.reference().location().get(), config.useModulePath() ? "" : " (run-image)"));

// print provider info
Set<ModuleReference> references = cf.modules().stream()
Expand Down

0 comments on commit 08c2367

Please sign in to comment.