add task update_vundle

This commit is contained in:
hophacker 2019-06-17 10:27:38 +08:00
parent f3fb93d96c
commit cd73b288a3

View File

@ -140,6 +140,10 @@ task :install_vundle do
Vundle::update_vundle
end
task :update_vundle do
Vundle::update_vundle
end
task :default => 'install'
private