launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28008
[Merge] ~jugmac00/lpcraft:fix-typo into lpcraft:main
Jürgen Gmach has proposed merging ~jugmac00/lpcraft:fix-typo into lpcraft:main.
Commit message:
fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/414495
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:fix-typo into lpcraft:main.
diff --git a/lpcraft/commands/run.py b/lpcraft/commands/run.py
index c83b668..9a8e3b2 100644
--- a/lpcraft/commands/run.py
+++ b/lpcraft/commands/run.py
@@ -169,7 +169,7 @@ def _run_job(
if host_architecture not in job.architectures:
return
pm = get_plugin_manager(job)
- # XXX jugmac00 2021-12-17: extract infering run_command
+ # XXX jugmac00 2021-12-17: extract inferring run_command
run_command = None
run_from_configuration = job.run