mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1576707 - Follow-up: Fix typo in use_fetches. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D50043 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
03762f81ac
commit
61ce5f8c70
@ -251,7 +251,7 @@ def use_fetches(config, jobs):
|
||||
kind=kind,
|
||||
label=dependencies[kind],
|
||||
tasks="no tasks"
|
||||
if len(dep_dep_tasks) == 0
|
||||
if len(dep_tasks) == 0
|
||||
else "multiple tasks",
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user