update-vim-plugins: fix porting error

master
an 2019-06-13 21:41:05 -04:00
parent db34e088bc
commit 558c456dd6
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ cd ~/.vim/pack
for folder in ./*
cd $folder
test -d start; and cd_and_pull start
test -d opt; and test $1 = opt; and cd_and_pull opt
test -d start; and cd_and_pull start
test -d opt; and cd_and_pull opt
cd ..
end