summaryrefslogtreecommitdiff
path: root/buildstream/_pipeline.py
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-18 17:03:12 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-28 10:17:57 +0000
commit9c981eff859c2c61d46ac50651fcda864c25a8bf (patch)
tree2a5e248b608130862f9f932eac29dbbfc3955541 /buildstream/_pipeline.py
parent5df4105a9c7b10af531ba6fbaef97989f49195fd (diff)
downloadbuildstream-9c981eff859c2c61d46ac50651fcda864c25a8bf.tar.gz
Fixup refs to 'bst track'
Now that 'bst track' is obsolete, change guidance to refer to the replacement 'bst source track' instead.
Diffstat (limited to 'buildstream/_pipeline.py')
-rw-r--r--buildstream/_pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_pipeline.py b/buildstream/_pipeline.py
index 3dc3019eb..8f6c78894 100644
--- a/buildstream/_pipeline.py
+++ b/buildstream/_pipeline.py
@@ -373,7 +373,7 @@ class Pipeline():
if source._get_consistency() == Consistency.INCONSISTENT:
detail += " {} is missing ref\n".format(source)
detail += '\n'
- detail += "Try tracking these elements first with `bst track`\n"
+ detail += "Try tracking these elements first with `bst source track`\n"
raise PipelineError("Inconsistent pipeline", detail=detail, reason="inconsistent-pipeline")