Skip to content
Snippets Groups Projects
Commit cee2a2dc authored by James Lopez's avatar James Lopez
Browse files

fixed a couple of errors spotted in production

parent 98cede7e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@ module Projects
end
 
def notify_error
notification_service.project_not_exported(@project, @current_user, @shared.errors.join(', '))
notification_service.project_not_exported(@project, @current_user, @shared.errors)
end
end
end
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ module Gitlab
end
 
def config_file
'lib/gitlab/import_export/import_export.yml'
File.join(Rails.root, 'lib/gitlab/import_export/import_export.yml')
end
 
def version_filename
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