aboutsummaryrefslogtreecommitdiff
path: root/src/stasis_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stasis_main.c')
-rw-r--r--src/stasis_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stasis_main.c b/src/stasis_main.c
index cf07b3a..7ea465c 100644
--- a/src/stasis_main.c
+++ b/src/stasis_main.c
@@ -482,7 +482,7 @@ int main(int argc, char *argv[]) {
exit(1);
}
if (conda_env_create(env_name_testing, ctx.meta.python, NULL)) {
- msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "failed to create release environment\n");
+ msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "failed to create testing environment\n");
exit(1);
}
}