Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 0d3f776

Browse files
committed
Give feedback that the reporting phase is occurring
1 parent fe0aaf8 commit 0d3f776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-sync/reporting/db_reporter_runner.rb

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def run_db_reports(feedback, dashboard_config, client, sync_db)
6262
unless(File.exists?("#{data_directory}/db-report-xml/"))
6363
Dir.mkdir("#{data_directory}/db-report-xml/")
6464
end
65+
66+
feedback.puts " reporting"
6567
6668
organizations.each do |org|
6769
feedback.print " #{org} "

0 commit comments

Comments
 (0)