Skip to content

Commit

Permalink
legacy_converter: Fix category title
Browse files Browse the repository at this point in the history
Change-Id: I0077bda6179dbccd12837978b0e46297a84ce508
  • Loading branch information
andiumbreit committed Oct 30, 2024
1 parent cdc4450 commit df8fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/gui/utils/rule_specs/legacy_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def _custom_to_builtin_legacy_group(
custom_topic_to_convert: ruleset_api_v1.rule_specs.CustomTopic,
) -> type[legacy_rulespecs.RulespecBaseGroup] | None:
if custom_topic_to_convert == ruleset_api_v1.rule_specs.CustomTopic(
ruleset_api_v1.Title("Linux/UNIX Agent Options")
ruleset_api_v1.Title("Linux/UNIX agent options")
):
if (
legacy_main_group == legacy_rulespec_groups.RulespecGroupMonitoringAgents
Expand Down

0 comments on commit df8fc8e

Please sign in to comment.