Skip to content

Commit

Permalink
fix: phrasing
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Oct 7, 2024
1 parent 1cf06f3 commit c08365d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static Set<PolicyRule> getClusterRolePolicyRulesFromDependentResources(Q
} catch (Exception e) {
ignore = true;
log.warn(" Ignoring dependent " + dependentResourceClass.getName()
+ " because it couldn't be instantiated as it doesn't provide a no-arg constructor, preventing its group and plural to be determined.");
+ " because it couldn't be instantiated as it doesn't provide a no-arg constructor, preventing its group and plural from being determined.");
}
}

Expand Down

0 comments on commit c08365d

Please sign in to comment.