fix(autoenv): typo

This commit is contained in:
Carlo Sala
2023-06-05 10:26:36 +02:00
parent b36c90d9ab
commit d1c64bfda3

View File

@@ -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