Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Print repo when seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 committed Mar 9, 2019
1 parent 8c7b57c commit 816548c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/seeds.rb
Expand Up @@ -12,5 +12,6 @@
repos = github.repos.list :all, org: Rails.application.config.organisation

repos.select { |r| RepoFilters.track? r }.each do |hash|
puts "Now creating: " + hash
Repository.create_or_update hash
end

0 comments on commit 816548c

Please sign in to comment.