fix(autoenv): typo

parent b36c90d9
......@@ -50,7 +50,7 @@ END
return 1
fi
# Load autoenv
if [[ -e $autoenv_dir/activate ]];
if [[ -e $autoenv_dir/activate ]]; then
source $autoenv_dir/activate
else
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