diff --git a/lib/tasks/update_hooks.rake b/lib/tasks/update_hooks.rake index 472023c..8deaf95 100644 --- a/lib/tasks/update_hooks.rake +++ b/lib/tasks/update_hooks.rake @@ -4,7 +4,7 @@ task :update_hooks => :environment do Project.find_each(:batch_size => 100) do |project| begin if project.commit - project.repository.write_hooks + project.write_hooks print ".".green end rescue Exception => e -- libgit2 0.21.2