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/task.rb')
-rw-r--r--lib/backup/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup/task.rb b/lib/backup/task.rb
index 776c19130a7..65059f3a3cb 100644
--- a/lib/backup/task.rb
+++ b/lib/backup/task.rb
@@ -15,7 +15,7 @@ module Backup
end
# restore task backup from `path`
- def restore(path)
+ def restore(path, backup_id)
raise NotImplementedError
end