Skip to content

Commit

Permalink
Issue #74: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk committed Apr 18, 2023
1 parent b52a553 commit 1306c33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
throw new MojoExecutionException(e.getMessage());
}
if (dependencies.isEmpty()) {
getLog().info("Extensions set filtered by include- and extensions-filters is empty. Nothing to do.");
getLog().info("Extensions set filtered by include- and exclude-filters is empty. Nothing to do.");
return;
}

Expand Down

0 comments on commit 1306c33

Please sign in to comment.