BigW Consortium Gitlab

Commit d5b3a266 by James Lopez

use rails root join

parent cee2a2dc
......@@ -21,7 +21,7 @@ module Gitlab
end
def config_file
File.join(Rails.root, 'lib/gitlab/import_export/import_export.yml')
Rails.root.join('lib/gitlab/import_export/import_export.yml')
end
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