From 1901716370bc35d288db5d72c79727fb986f8dde Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Tue, 14 Jan 2025 11:38:49 +0100 Subject: [PATCH] cmk-update-config: don't display n_invalid A simple copy-paste problem. CMK-20652 Change-Id: I8a5401204bed6b99c27dda6f7e52e325a7579305 (cherry picked from commit 3c0731a24835d2a113b21af0700a63b87462e815) --- cmk/update_config/plugins/actions/rulesets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmk/update_config/plugins/actions/rulesets.py b/cmk/update_config/plugins/actions/rulesets.py index 42417433452..d820976ae39 100644 --- a/cmk/update_config/plugins/actions/rulesets.py +++ b/cmk/update_config/plugins/actions/rulesets.py @@ -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, )