mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Fix typo.
This commit is contained in:
parent
6b8a96f2a9
commit
7139538286
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ module BackupRestore
|
||||||
FileUtils.cd(@tmp_directory) do
|
FileUtils.cd(@tmp_directory) do
|
||||||
execute_command(
|
execute_command(
|
||||||
'tar', '--extract', '--keep-newer-files', '--file', @tar_filename, 'uploads/',
|
'tar', '--extract', '--keep-newer-files', '--file', @tar_filename, 'uploads/',
|
||||||
failure_message: "Failed to extract uploadsd."
|
failure_message: "Failed to extract uploads."
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue