mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-06-24 01:32:04 +02:00
Fix YAML anchors
Fixes https://github.com/bastienwirtz/homer/issues/559 Based on https://eemeli.org/yaml/#schema-options
This commit is contained in:
@@ -245,7 +245,7 @@ export default {
|
||||
return response
|
||||
.text()
|
||||
.then((body) => {
|
||||
return parse(body);
|
||||
return parse(body, {merge: true});
|
||||
})
|
||||
.then(function (config) {
|
||||
if (config.externalConfig) {
|
||||
|
||||
Reference in New Issue
Block a user