mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05: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
|
||||
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 a new issue