fix(autoenv): typo

parent b36c90d9
...@@ -50,7 +50,7 @@ END ...@@ -50,7 +50,7 @@ END
return 1 return 1
fi fi
# Load autoenv # Load autoenv
if [[ -e $autoenv_dir/activate ]]; if [[ -e $autoenv_dir/activate ]]; then
source $autoenv_dir/activate source $autoenv_dir/activate
else else
source $autoenv_dir/activate.sh source $autoenv_dir/activate.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment