From 5b4d10c27c86235cacf11fc80d01d4f47430ecc9 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Tue, 29 Oct 2024 08:24:11 -0500 Subject: [PATCH] add --registries-json parameter to rickshaw-run call --- bin/_main | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/_main b/bin/_main index cb8828f..d0451d3 100755 --- a/bin/_main +++ b/bin/_main @@ -414,6 +414,7 @@ elif [ "${1}" == "run" ]; then --workshop-dir=${CRUCIBLE_HOME}/subprojects/core/workshop\ --packrat-dir=${CRUCIBLE_HOME}/subprojects/core/packrat\ --tools-dir=${CRUCIBLE_HOME}/subprojects/tools\ + --registries-json=${REGISTRIES_CFG}\ --base-run-dir=$base_run_dir\ ${passthru_args[@]}"