[bugfix] more configuration renaming errors

This commit is contained in:
yage 2022-01-12 12:47:46 -07:00
parent 934c99809a
commit 001bea8406
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
# #
###################################################################
_CA__VERSION=1.0.1
_CA__VERSION=1.0.2
_CA__DEPENDENCIES=(code-activator fzf jq git)
#####################################################################

View File

@ -60,8 +60,8 @@ source $_CA__LOCAL_CONFIG
export \
CA__DIRS \
CA__KNOWN_TARGETS \
CA__SOURCE_DIR_NAME \
CA__VIRTUAL_ENV_NAME \
CA__CUSTOM_ENV_NAME \
CA__SOURCE_DIR \
CA__VIRTUAL_ENV \
CA__CUSTOM_ENV \
CA__NO_ENV \
;

View File

@ -1,6 +1,6 @@
_CA__INTERACTIVE_ENV_SETUP() {
local PROJECT_PATH="$1"
local NO_ENV="$PROJECT_PATH/$_CA__NO_ENV_SENTINEL"
local NO_ENV="$PROJECT_PATH/$CA__NO_ENV"
printf 'set up a virtual environment now? [(Y)es / (n)o / n(e)ver] '
_CA_READ yn