mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Fix typo.
This commit is contained in:
parent
6b8a96f2a9
commit
7139538286
@ -366,7 +366,7 @@ module BackupRestore
|
||||
FileUtils.cd(@tmp_directory) do
|
||||
execute_command(
|
||||
'tar', '--extract', '--keep-newer-files', '--file', @tar_filename, 'uploads/',
|
||||
failure_message: "Failed to extract uploadsd."
|
||||
failure_message: "Failed to extract uploads."
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user