Commit 7204018a authored by James Lopez's avatar James Lopez

fix path to bundle

parent 92f4bde4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment