We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e2d5b commit 800f257Copy full SHA for 800f257
1 file changed
lib/free_zipcode_data/runner.rb
@@ -50,7 +50,7 @@ def start
50
end
51
52
elapsed = Time.at(Time.now - start_time).utc.strftime('%H:%M:%S')
53
- logger.info("Processed #{datasource_line_count} zipcodes in [#{elapsed}].".yellow)
+ logger.info("Processed #{datasource_line_count(datasource.datafile)} zipcodes in [#{elapsed}].".yellow)
54
55
56
private
0 commit comments