Skip to content

Commit

Permalink
cmk-update-config: don't display n_invalid
Browse files Browse the repository at this point in the history
A simple copy-paste problem.

CMK-20652

Change-Id: I8a5401204bed6b99c27dda6f7e52e325a7579305
(cherry picked from commit 3c0731a)
  • Loading branch information
SoloJacobs committed Jan 14, 2025
1 parent bd56f62 commit 1901716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/update_config/plugins/actions/rulesets.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def validate_rule_values(
"Detected %s issue(s) in loaded rulesets. This is a problem with the plug-in implementation.\n"
"To correct these issues, fix either the `migrate` or `custom_validate` attribute."
),
n_invalid,
n_broken,
)


Expand Down

0 comments on commit 1901716

Please sign in to comment.