aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 5a7e3d7..95f790e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -273,14 +273,14 @@ int main(int argc, char *argv[], char *arge[]) {
runtime_apply(ctx.runtime.environ);
snprintf(env_name, sizeof(env_name_testing) - 1, "%s", ctx.info.release_name);
- snprintf(env_name_testing, sizeof(env_name) - 1, "%s_test", env_name);
+ snprintf(env_name_testing, sizeof(env_name) - 1, "%s-test", env_name);
msg(OMC_MSG_L1, "Overview\n");
delivery_meta_show(&ctx);
delivery_conda_show(&ctx);
delivery_tests_show(&ctx);
if (globals.verbose) {
- delivery_runtime_show(&ctx);
+ //delivery_runtime_show(&ctx);
}
msg(OMC_MSG_L1, "Conda setup\n");