From d582029b2161a77cac2f43d93edfa88be3742732 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 10:19:49 +0200 Subject: Adjust to config.import to config.config.load rename --- bbot/worker/worker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot') 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() config.import=~host + // b create() 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; -- cgit v1.1