aboutsummaryrefslogtreecommitdiff
path: root/stenv_assist
diff options
context:
space:
mode:
Diffstat (limited to 'stenv_assist')
-rwxr-xr-xstenv_assist2
1 files changed, 1 insertions, 1 deletions
diff --git a/stenv_assist b/stenv_assist
index b521491..36875c1 100755
--- a/stenv_assist
+++ b/stenv_assist
@@ -357,7 +357,7 @@ task_create_stenv() {
esac
fi
- echo "Using ${STENV_RELEASES[choice]}"
+ echo "Using $url"
$conda env create --name "$name" --file "$url"
}