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