fixed a couple of errors spotted in production

This commit is contained in:
James Lopez 2016-06-20 08:58:43 +02:00
parent 98cede7ebe
commit cee2a2dc66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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