Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/files.rb')
-rw-r--r--lib/backup/files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup/files.rb b/lib/backup/files.rb
index 9b019f16ddd..b8ff7fff591 100644
--- a/lib/backup/files.rb
+++ b/lib/backup/files.rb
@@ -53,7 +53,7 @@ module Backup
end
override :restore
- def restore(backup_tarball)
+ def restore(backup_tarball, backup_id)
backup_existing_files_dir(backup_tarball)
cmd_list = [%w[gzip -cd], %W[#{tar} --unlink-first --recursive-unlink -C #{app_files_realpath} -xf -]]