summaryrefslogtreecommitdiff
path: root/morphlib/plugins/show_build_log_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/show_build_log_plugin.py')
-rw-r--r--morphlib/plugins/show_build_log_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/show_build_log_plugin.py b/morphlib/plugins/show_build_log_plugin.py
index f2a975c1..e6dbee96 100644
--- a/morphlib/plugins/show_build_log_plugin.py
+++ b/morphlib/plugins/show_build_log_plugin.py
@@ -59,7 +59,7 @@ class ShowBuildLog(cliapp.Plugin):
morphlib.buildcommand.BuildCommand._validate_architecture = validate
definitions_repo = morphlib.definitions_repo.open(
- '.', search_for_root=True, search_workspace=True, app=self.app)
+ '.', search_for_root=True, app=self.app)
source_pool_context = definitions_repo.source_pool(
ref=definitions_repo.HEAD, system_filename=system)
with source_pool_context as source_pool: