From cd73b288a3912d7fea3691d00df23eb94d74573b Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 17 Jun 2019 10:27:38 +0800 Subject: [PATCH] add task update_vundle --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 8a3cd14..b4ebbb5 100644 --- a/Rakefile +++ b/Rakefile @@ -140,6 +140,10 @@ task :install_vundle do Vundle::update_vundle end +task :update_vundle do + Vundle::update_vundle +end + task :default => 'install' private