summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_frontend/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/cli.py b/buildstream/_frontend/cli.py
index 213c4ed1e..0edcb9944 100644
--- a/buildstream/_frontend/cli.py
+++ b/buildstream/_frontend/cli.py
@@ -312,8 +312,8 @@ def track(app, elements, deps, except_, cross_junctions):
with app.initialized(elements, session_name="Track", except_=except_, rewritable=True,
track_elements=elements,
track_cross_junctions=cross_junctions,
+ track_selection=deps,
fetch_subprojects=True):
- dependencies = app.pipeline.get_selection(deps)
app.pipeline.track(app.scheduler)