From 7ba021e48a19c59d843b9e34617d41939e8a7902 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 4 Oct 2024 17:54:04 -0400 Subject: Fix path in comment --- stasis.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stasis.ini b/stasis.ini index 875ca26..ba3331a 100644 --- a/stasis.ini +++ b/stasis.ini @@ -10,7 +10,7 @@ always_update_base_environment = false conda_fresh_start = true ; (string) Install conda in a custom prefix -; DEFAULT: Conda will be installed under stasis/conda +; DEFAULT: Conda will be installed under stasis/tools/conda ; NOTE: conda_fresh_start will automatically be set to "false" ;conda_install_prefix = /path/to/conda -- cgit