Commit 3b7e5df8 authored by James Lopez's avatar James Lopez

Merge branches 'feature/project-export' and 'feature/project-import' of...

Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import
parents ff56f7be b2b7b38c
......@@ -2,4 +2,4 @@ module Gitlab
module ImportExport
class Error < StandardError; end
end
end
\ No newline at end of file
end
......@@ -55,7 +55,7 @@ module Gitlab
parsed_hash = { include: value }
@attributes_parser.parse(value) do |hash|
parsed_hash = { include: hash_or_merge(value, hash) }
parsed_hash = { include: hash_or_merge(value, hash) }
end
@json_config_hash[current_key] = parsed_hash
end
......
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