mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:20:57 -06:00
FIX: Backuper should return the full path.
This commit is contained in:
parent
fce902ab1e
commit
8539f02b5e
@ -52,7 +52,7 @@ module BackupRestore
|
||||
@success = false
|
||||
else
|
||||
@success = true
|
||||
@backup_filename
|
||||
File.join(@archive_directory, @backup_filename)
|
||||
ensure
|
||||
begin
|
||||
notify_user
|
||||
|
Loading…
Reference in New Issue
Block a user