提交 ff56f7be 编写于 作者: J James Lopez

fix importer issue

上级 f06c5516
......@@ -13,7 +13,7 @@ module Gitlab
end
def import
FileUtils.mkdir_p(@shared.storage_path)
FileUtils.mkdir_p(@shared.export_path)
decompress_archive
rescue => e
@shared.error(e.message)
......@@ -23,7 +23,7 @@ module Gitlab
private
def decompress_archive
untar_zxf(archive: @archive_file, dir: @shared.storage_path)
untar_zxf(archive: @archive_file, dir: @shared.export_path)
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册