mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix extra blank line
This commit is contained in:
parent
925d1a7869
commit
49ad983050
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue