Skip to content

Commit

Permalink
Fix spelling in tycho-ds and make message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
kysmith-csg authored Oct 21, 2024
1 parent 58de420 commit da8cc89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ public void execute() throws MojoExecutionException, MojoFailureException {
}
}
if (keep > 0) {
log.info(generated + " component(s) where generated, " + keep + " where kept.");
log.info(generated + " new component(s) were generated, " + keep + " existing component(s) were kept.");
} else {
log.info(generated + " component(s) where generated.");
log.info(generated + " new component(s) were generated.");
}
}
} catch (Exception e) {
Expand Down

0 comments on commit da8cc89

Please sign in to comment.