Skip to content
Snippets Groups Projects
Commit b6b6b640 authored by Pierre Gambarotto's avatar Pierre Gambarotto
Browse files

fix archive download : not creating namespace directory

parent ed3f4408
No related branches found
No related tags found
1 merge request!2989archive download : namespace directory not created
Loading
Loading
@@ -141,7 +141,7 @@ class Repository
 
# Create file if not exists
unless File.exists?(file_path)
FileUtils.mkdir_p storage_path
FileUtils.mkdir_p File.dirname(file_path)
file = self.repo.archive_to_file(ref, prefix, file_path)
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment