DEV: Fix hardcoded value introduced in cc2bac86e9.

This commit is contained in:
Guo Xiang Tan 2019-03-26 07:45:21 +08:00
parent 6101a29227
commit 71e431de9e
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ def migrate_to_s3
]
].each do |from_url, to_url|
if true
if dry_run
puts "REPLACING '#{from_url}' WITH '#{to_url}'"
else
DbHelper.regexp_replace(from_url, to_url)