Skip to content

Commit

Permalink
[MNG-8361] Fix typo in color styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 2, 2024
1 parent 4e1152f commit 8005826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ default MessageBuilder error(Object message) {
*/
@Nonnull
default MessageBuilder success(Object message) {
return style("." + Constants.MAVEN_STYLE_DEBUG_NAME + ":-" + Constants.MAVEN_STYLE_DEBUG_DEFAULT, message);
return style("." + Constants.MAVEN_STYLE_SUCCESS_NAME + ":-" + Constants.MAVEN_STYLE_SUCCESS_DEFAULT, message);
}

/**
Expand Down

0 comments on commit 8005826

Please sign in to comment.