fixed a couple of errors spotted in production
This commit is contained in:
parent
98cede7ebe
commit
cee2a2dc66
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue