mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 07:02:46 +08:00
DEV: Use puts instead of printing newline (follow up on c5b7bda1
)
This commit is contained in:
parent
5eaf3cb104
commit
efc481d9c0
|
@ -278,7 +278,7 @@ def migrate_to_s3
|
|||
end
|
||||
|
||||
puts " => #{s3_objects.size} files"
|
||||
print " - Syncing files to S3\n"
|
||||
puts " - Syncing files to S3"
|
||||
|
||||
synced = 0
|
||||
failed = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user