diff options
-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)) |