Skip to content

Commit

Permalink
Add print
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Massanek committed Apr 28, 2014
1 parent 28ad81f commit 9d936c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/whenever.rake
Expand Up @@ -21,7 +21,8 @@ namespace :whenever do
task :refresh_github_repos => :environment do
next unless ENV['RAILS_ENV'] == 'production'

Repository.find_each do |repo|
Repository.find_each.each_with_index do |repo, i|
p i
repo.refresh_remote_data!
end
end
Expand Down

0 comments on commit 9d936c8

Please sign in to comment.