missed line break

This commit is contained in:
James Lopez 2016-06-14 10:15:20 +02:00
parent fde90c3e7f
commit f6ed7c8ff8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ module Gitlab
def save
return false if @project.empty_repo?
@full_path = File.join(@shared.export_path, ImportExport.project_bundle_filename)
bundle_to_disk
end