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 } 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() {