add a description to the update Rake task
adding a description makes the task being listed when running `rake -T`
This commit is contained in:
parent
d74ab05613
commit
831fb0abb8
1
Rakefile
1
Rakefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user