aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-31 15:53:35 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-31 15:53:35 -0400
commit8257451d978685c9a83fe4b8e45465c939c6b837 (patch)
tree13326f914ce9aa98040bec2a7cd5eaf45ad7a7d0
parentf25f05d8ac309b343f8e34e882d92cb8bc78eca3 (diff)
downloadstasis-8257451d978685c9a83fe4b8e45465c939c6b837.tar.gz
Move check_pathvar
* This needed to be one line up, otherwise the next function would not be able to import conda
-rw-r--r--src/cli/stasis/stasis_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/stasis/stasis_main.c b/src/cli/stasis/stasis_main.c
index c2443d7..0c02796 100644
--- a/src/cli/stasis/stasis_main.c
+++ b/src/cli/stasis/stasis_main.c
@@ -241,10 +241,10 @@ int main(int argc, char *argv[]) {
msg(STASIS_MSG_L2, "Installing: %s\n", ctx.conda.installer_name);
delivery_install_conda(ctx.conda.installer_path, ctx.storage.conda_install_prefix);
+ check_pathvar(&ctx);
msg(STASIS_MSG_L2, "Configuring: %s\n", ctx.storage.conda_install_prefix);
delivery_conda_enable(&ctx, ctx.storage.conda_install_prefix);
- check_pathvar(&ctx);
//
// Implied environment creation modes/actions