Browse Source

fix(autoenv): typo

Carlo Sala 11 months ago
parent
commit
d1c64bfda3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/autoenv/autoenv.plugin.zsh

+ 1 - 1
plugins/autoenv/autoenv.plugin.zsh

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