Skip to content

Commit

Permalink
Drop unnecessary prepare- from phase name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Ibrahim Quwarah committed Jul 30, 2024
1 parent e15bac3 commit ee8cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/trying.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def handle_install(self, plan: Plan) -> None:

# tmt run prepare --how install --package PACKAGE
data: _RawPrepareInstallStepData = {
"name": "prepare-tmt-try-install",
"name": "tmt-try-install",
'how': 'install',
'package': packages,
}
Expand Down

0 comments on commit ee8cc08

Please sign in to comment.