Commit cee2a2dc authored by James Lopez's avatar James Lopez

fixed a couple of errors spotted in production

parent 98cede7e
...@@ -50,7 +50,7 @@ module Projects ...@@ -50,7 +50,7 @@ module Projects
end end
def notify_error 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 end
end end
......
...@@ -21,7 +21,7 @@ module Gitlab ...@@ -21,7 +21,7 @@ module Gitlab
end end
def config_file def config_file
'lib/gitlab/import_export/import_export.yml' File.join(Rails.root, 'lib/gitlab/import_export/import_export.yml')
end end
def version_filename def version_filename
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment