aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index f1686f2..ad48029 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -633,13 +633,13 @@ build (size_t argc, const char* argv[])
//
change_wd (trace, &r.log, rwd);
- // b create(<dir>) config.import=~host
+ // b create(<dir>) config.config.load=~host
//
r.status |= run_b (
trace, r.log, wre,
"-V",
"create(" + module_dir.representation () + ",cc)",
- "config.import=~host");
+ "config.config.load=~host");
if (!r.status)
break;