diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-11 13:03:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-11 13:03:55 -0400 |
commit | 1c3e76c972fb6733d5e5dc1e6bcc9eda2014cdb7 (patch) | |
tree | a0b8294c4e0d74cfade3b8d22e1ce6d80a0302d2 /conda.sh | |
parent | 6ba5b2ab1c57c930488087e32430a59073f46149 (diff) | |
download | ssb-utils-master.tar.gz |
Diffstat (limited to 'conda.sh')
-rw-r--r-- | conda.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ function ssb if [[ -z $CONDA_PREFIX ]] && [[ $is_named == 0 ]]; then ssb_emesg "Refusing to corrupt base installation!" ssb_emesg "You are not in an active conda environment!" - ssb_emesg "Use --name to update a specific environment!" + ssb_emesg "Use --name to interact with a specific environment!" ssb_usage return 1 fi |