From 831fb0abb809415cada7fea2071af6baa6d6e6c5 Mon Sep 17 00:00:00 2001 From: Diego Carrion Date: Sat, 13 Jun 2015 22:03:27 -0300 Subject: [PATCH] add a description to the update Rake task adding a description makes the task being listed when running `rake -T` --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index bec052c..3ec03b0 100644 --- a/Rakefile +++ b/Rakefile @@ -42,6 +42,7 @@ task :install_prezto do end end +desc 'Updates the installation' task :update do Rake::Task["vundle_migration"].execute if needs_migration_to_vundle? Rake::Task["install"].execute