Skip to content

Commit

Permalink
Update output directory for generative script
Browse files Browse the repository at this point in the history
These files were moved in elastic#98935 but the script has become out of date.
  • Loading branch information
rylnd committed Nov 16, 2021
1 parent 7c8b6b6 commit 13ada3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const exec = util.promisify(execCb);
const ecsDir = path.resolve(__dirname, '../../../../../../ecs');
const ecsYamlFilename = path.join(ecsDir, 'generated/ecs/ecs_flat.yml');

const outputDir = path.join(__dirname, '../../common/field_map');
const outputDir = path.join(__dirname, '../../common/assets/field_maps');

const outputFieldMapFilename = path.join(outputDir, 'ecs_field_map.ts');

Expand Down

0 comments on commit 13ada3e

Please sign in to comment.