summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cross-bootstrap_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/cross-bootstrap_plugin.py')
-rw-r--r--morphlib/plugins/cross-bootstrap_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/cross-bootstrap_plugin.py b/morphlib/plugins/cross-bootstrap_plugin.py
index 0c3e3a4a..26637bd1 100644
--- a/morphlib/plugins/cross-bootstrap_plugin.py
+++ b/morphlib/plugins/cross-bootstrap_plugin.py
@@ -303,7 +303,7 @@ class CrossBootstrapPlugin(cliapp.Plugin):
build_command.cache_or_build_artifact(a, build_env)
for i, a in enumerate(native_chunks):
- build_command.get_sources(a)
+ build_command.fetch_sources(a)
# Install those to the output tarball ...
self.app.status(msg='Building final bootstrap system image')