diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-10-07 13:47:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 13:47:17 -0400 |
commit | da3ef1951d68485f8d833674c7de2d724a668342 (patch) | |
tree | f365a5fdf1e56855fbccf6b1606050b8f29893c5 /stasis.ini | |
parent | a0fcdef5121d5f25ddf5e6e85941ce2a4f3ce7b1 (diff) | |
parent | e3be6e430a726a28de4c342e81ce7ac34448de8e (diff) | |
download | stasis-da3ef1951d68485f8d833674c7de2d724a668342.tar.gz |
Merge pull request #54 from jhunkeler/fix-bare-package-arguments
Fix bare package arguments
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 |