Merge pull request #623 from dcrec1/master

add a description to the update Rake task
This commit is contained in:
Yan Pritzker 2015-07-26 21:31:32 -05:00
commit 3463b2d48d

View File

@ -42,6 +42,7 @@ task :install_prezto do
end end
end end
desc 'Updates the installation'
task :update do task :update do
Rake::Task["vundle_migration"].execute if needs_migration_to_vundle? Rake::Task["vundle_migration"].execute if needs_migration_to_vundle?
Rake::Task["install"].execute Rake::Task["install"].execute