mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-25 20:21:30 +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:
parent
504efe01cb
commit
f160caecfa
@ -245,7 +245,7 @@ export default {
|
|||||||
return response
|
return response
|
||||||
.text()
|
.text()
|
||||||
.then((body) => {
|
.then((body) => {
|
||||||
return parse(body);
|
return parse(body, {merge: true});
|
||||||
})
|
})
|
||||||
.then(function (config) {
|
.then(function (config) {
|
||||||
if (config.externalConfig) {
|
if (config.externalConfig) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user