mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
fix: make mapping tags work for overwritten values
This commit is contained in:
@@ -102,7 +102,7 @@ commander
|
||||
|
||||
// write documentation to file
|
||||
// tslint:disable-next-line:no-magic-numbers
|
||||
writeFileSync(mappingPath, JSON.stringify(result.template, null, 2));
|
||||
writeFileSync(mappingPath, JSON.stringify(result, null, 2));
|
||||
|
||||
Logger.ok(`Elasticsearch mapping written to ${mappingPath}.`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user