DEV: Fix hardcoded value introduced in cc2bac86e9
.
This commit is contained in:
parent
6101a29227
commit
71e431de9e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue