Skip to content

Commit

Permalink
Update ResourceMojo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amn-rauniyar authored Mar 9, 2024
1 parent e17f690 commit 21ce726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private ProcessorConfig extractEnricherConfig() {
jkubeServiceHub.getResourceServiceConfig().getResourceDirs(), enricher);
}

private ProcessorConfig extractGeneratorConfig() {
private ProcessorConfig extractGeneratorConfig() {
return ProfileUtil.blendProfileWithConfiguration(ProfileUtil.GENERATOR_CONFIG, profile,
jkubeServiceHub.getResourceServiceConfig().getResourceDirs(), generator);
}
Expand Down

0 comments on commit 21ce726

Please sign in to comment.