mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Fix hardcoded value introduced in cc2bac86e9ba41a948c7c6fdee8c184615c68b98.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user