From 3b7f818ff7b022c0e3086671525e4d35d2a0b973 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Oct 2021 21:13:38 +0300 Subject: Use bpkg.module.create args prefix while creating module configuration for install in worker --- bbot/worker/worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot') diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 8fda4c8..03287a3 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -1628,7 +1628,7 @@ build (size_t argc, const char* argv[]) // if (create_install && module_pkg) { - step_id s (step_id::bpkg_target_create); + step_id s (step_id::bpkg_module_create); string mods; for (const char* m: step_args (modules, s)) -- cgit v1.1