diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-19 09:25:35 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-19 09:25:35 -0400 |
commit | d1e8001efd752e0d82a9de7e6ba494c07ff29c39 (patch) | |
tree | 3f2b94a220b32cbd42fa9ab657fc1c07f17b1a23 | |
parent | 60a25a7bf8aad7bd46d4a3b22342998b6bca4e94 (diff) | |
download | stasis-d1e8001efd752e0d82a9de7e6ba494c07ff29c39.tar.gz |
Message correction:
* Change "release" to "testing" in testing environment failure message
-rw-r--r-- | src/stasis_main.c | 2 |
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); } } |