diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-10-08 21:13:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-10-08 21:13:38 +0300 |
commit | 3b7f818ff7b022c0e3086671525e4d35d2a0b973 (patch) | |
tree | 33c9da2c40964795f664da8dc911b68cd9098ebe | |
parent | e2955b064d13a7e2bb8107c810e1d5f74282f0a0 (diff) |
Use bpkg.module.create args prefix while creating module configuration for install in worker
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |