From 1c3e76c972fb6733d5e5dc1e6bcc9eda2014cdb7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 11 Oct 2016 13:03:55 -0400 Subject: Fix wording --- conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conda.sh') 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 -- cgit