mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
fix extra blank line
This commit is contained in:
parent
925d1a7869
commit
49ad983050
|
@ -31,7 +31,6 @@ task "site_settings:import" => :environment do
|
||||||
puts "starting import..."
|
puts "starting import..."
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
|
|
||||||
h = SiteSettingsTask.export_to_hash
|
h = SiteSettingsTask.export_to_hash
|
||||||
counts = { updated: 0, not_found: 0, errors: 0 }
|
counts = { updated: 0, not_found: 0, errors: 0 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user