Skip to content

Commit

Permalink
Merge pull request #399 from RedHatProductSecurity/hbraswelrh-patch-1
Browse files Browse the repository at this point in the history
fix: update create command for e2e testing
  • Loading branch information
qduanmu authored Dec 23, 2024
2 parents 6e70243 + abcd7eb commit aad2433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestlebot/cli/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def compdef_cmd(
transformer: ToRulesYAMLTransformer = ToRulesYAMLTransformer()

model_filter: ModelFilter = ModelFilter(
[], [profile_name, component_title, f"{const.RULE_PREFIX}*"]
[], [compdef_name, component_title, f"{const.RULE_PREFIX}*"]
)

rule_transform_task: RuleTransformTask = RuleTransformTask(
Expand Down

0 comments on commit aad2433

Please sign in to comment.