mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 16:40:46 +08:00
Fix typo.
This commit is contained in:
parent
b87c5eb1b6
commit
a4deb0e47d
|
@ -260,7 +260,7 @@ module BackupRestore
|
|||
status = @success ? :backup_succeeded : :backup_failed
|
||||
|
||||
SystemMessage.create_from_system_user(@user, status,
|
||||
logs: Discouse::Utils.pretty_logs(@logs)
|
||||
logs: Discourse::Utils.pretty_logs(@logs)
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user