aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-10-11 13:03:55 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-10-11 13:03:55 -0400
commit1c3e76c972fb6733d5e5dc1e6bcc9eda2014cdb7 (patch)
treea0b8294c4e0d74cfade3b8d22e1ce6d80a0302d2
parent6ba5b2ab1c57c930488087e32430a59073f46149 (diff)
downloadssb-utils-master.tar.gz
Fix wordingHEADmaster
-rw-r--r--conda.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conda.sh b/conda.sh
index 7bd11eb..2ec9371 100644
--- a/conda.sh
+++ b/conda.sh
@@ -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