Skip to content

Commit

Permalink
squash: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Oct 8, 2024
1 parent 82b84d6 commit 0ea427b
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 @@ -711,7 +711,7 @@ def create_host_requirement(self, host: CreateJobParameters) -> dict[str, Any]:
req['kernel_options'] = host.kickstart['kernel-options']

if 'kernel-options-post' in host.kickstart:
req['kernel_options_post'] = host.kickstart['kernel-options']
req['kernel_options_post'] = host.kickstart['kernel-options-post']

# Whiteboard must be added *after* request preparation, to overwrite the default one.
req['whiteboard'] = host.whiteboard
Expand Down

0 comments on commit 0ea427b

Please sign in to comment.