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-18 17:13:27 +0000
commita68ea0772bf1b686da3a5b91b507eff20c133ff4 (patch)
treeb9e1c3e409dc99e5139b91bb85bd5b58999b7376 /buildstream/_pipeline.py
parentbd5263b2c8fb5d33267c04062bd834dc9f8dab49 (diff)
downloadbuildstream-aevri/bst_track_guidance.tar.gz
Fixup refs to 'bst fetch'aevri/bst_track_guidance
Now that 'bst fetch' is obsolete, change guidance to refer to the replacement 'bst source fetch' 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 8f6c78894..7cf36f5a7 100644
--- a/buildstream/_pipeline.py
+++ b/buildstream/_pipeline.py
@@ -406,7 +406,7 @@ class Pipeline():
if source._get_consistency() != Consistency.CACHED:
detail += " {}\n".format(source)
detail += '\n'
- detail += "Try fetching these elements first with `bst fetch`,\n" + \
+ detail += "Try fetching these elements first with `bst source fetch`,\n" + \
"or run this command with `--fetch` option\n"
raise PipelineError("Uncached sources", detail=detail, reason="uncached-sources")