DEV: Show migrate_to_s3 output on a new line

This commit is contained in:
Rishabh 2019-01-04 18:09:54 +05:30
parent 902f535111
commit c5b7bda198
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []