From 6ea94da279073bbc99b5b6baf3a35d11bf8187f9 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 5 Dec 2024 14:43:44 -0600 Subject: [PATCH 1/2] bugfix: correct log message copy+paste error --- bin/registries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/registries b/bin/registries index 573cc13..214850c 100755 --- a/bin/registries +++ b/bin/registries @@ -132,7 +132,7 @@ function add_private_engine() { }' fi - echo "Successfully added userenv library with url '${url}'" + echo "Successfully added private engine registry with url '${url}'" show_registries } From 94da397f9ca85f1855d13ba090432767ec4ea49e Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 5 Dec 2024 14:44:09 -0600 Subject: [PATCH 2/2] bugfix: make sure to install the new subproject after adding a new repo --- bin/repo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/repo b/bin/repo index 57e8a7c..e677217 100755 --- a/bin/repo +++ b/bin/repo @@ -303,6 +303,8 @@ function config_add_repo() { git diff config/repos.json popd > /dev/null fi + + ${CRUCIBLE_HOME}/bin/subprojects-install } function config_help() {