fix path to bundle

This commit is contained in:
James Lopez 2016-05-05 12:54:12 +02:00
parent 92f4bde427
commit 7204018a36
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ module Gitlab
end
def restore_repo
Gitlab::ImportExport::RepoRestorer.new(path: repo_path, project: project_tree.project).restore
Gitlab::ImportExport::RepoRestorer.new(path_to_bundle: repo_path, project: project_tree.project).restore
end
def restore_wiki_repo
Gitlab::ImportExport::RepoRestorer.new(path: wiki_repo_path, project: project_tree.project).restore
Gitlab::ImportExport::RepoRestorer.new(path_to_bundle: wiki_repo_path, project: project_tree.project).restore
end
def storage_path