2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Backuper should return the full path.

This commit is contained in:
Guo Xiang Tan 2016-08-08 07:49:37 +08:00
parent fce902ab1e
commit 8539f02b5e

View file

@ -52,7 +52,7 @@ module BackupRestore
@success = false
else
@success = true
@backup_filename
File.join(@archive_directory, @backup_filename)
ensure
begin
notify_user