Skip to content

Commit

Permalink
squash: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 24, 2024
1 parent 9dd0bc1 commit 3fb98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/steps/provision/mrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _transform_cpu_flag(


def _transform_cpu_model(
constraint: tmt.hardware.NumberConstraint,
constraint: tmt.hardware.TextConstraint,
logger: tmt.log.Logger) -> MrackBaseHWElement:
beaker_operator, actual_value, _ = operator_to_beaker_op(
constraint.operator,
Expand Down

0 comments on commit 3fb98b9

Please sign in to comment.