diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-04 17:54:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-04 17:54:04 -0400 |
commit | 7ba021e48a19c59d843b9e34617d41939e8a7902 (patch) | |
tree | 80122febe1b811adb557fbc290e8df3c6d70194f /stasis.ini | |
parent | 3b1471e5003df6476273f6ebc515f98329f5b448 (diff) | |
download | stasis-7ba021e48a19c59d843b9e34617d41939e8a7902.tar.gz |
Fix path in comment
Diffstat (limited to 'stasis.ini')
-rw-r--r-- | stasis.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |