diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-01-18 17:03:12 +0000 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-01-18 17:13:27 +0000 |
commit | a68ea0772bf1b686da3a5b91b507eff20c133ff4 (patch) | |
tree | b9e1c3e409dc99e5139b91bb85bd5b58999b7376 /buildstream/_loader/loader.py | |
parent | bd5263b2c8fb5d33267c04062bd834dc9f8dab49 (diff) | |
download | buildstream-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/_loader/loader.py')
-rw-r--r-- | buildstream/_loader/loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_loader/loader.py b/buildstream/_loader/loader.py index 25c263011..13761fb31 100644 --- a/buildstream/_loader/loader.py +++ b/buildstream/_loader/loader.py @@ -557,7 +557,7 @@ class Loader(): ticker(filename, 'Fetching subproject from {} source'.format(source.get_kind())) source._fetch(sources[0:idx]) else: - detail = "Try fetching the project with `bst fetch {}`".format(filename) + detail = "Try fetching the project with `bst source fetch {}`".format(filename) raise LoadError(LoadErrorReason.SUBPROJECT_FETCH_NEEDED, "Subproject fetch needed for junction: {}".format(filename), detail=detail) |