mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Show migrate_to_s3 output on a new line
This commit is contained in:
@ -278,7 +278,7 @@ def migrate_to_s3
|
||||
end
|
||||
|
||||
puts " => #{s3_objects.size} files"
|
||||
print " - Syncing files to S3"
|
||||
print " - Syncing files to S3\n"
|
||||
|
||||
synced = 0
|
||||
failed = []
|
||||
|
Reference in New Issue
Block a user