Skip to content

Commit 2aaa0c1

Browse files
[Backport 8.14] Fix make validate generation (#2897)
(cherry picked from commit 7b0984c) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 9a3c148 commit 2aaa0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/run-validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const uploadRecordingsPath = path.join(__dirname, '..', '..', 'clients-flight-re
4949
const tsValidationPath = path.join(__dirname, '..', '..', 'clients-flight-recorder', 'scripts', 'types-validator')
5050
const DAY = 1000 * 60 * 60 * 24
5151
const specPath = path.join(__dirname, '..', 'specification')
52-
const outputPath = path.join(__dirname, '..', 'output/schema')
52+
const outputPath = path.join(__dirname, '..', 'output')
5353

5454
const apis = require('../output/schema/schema.json')
5555
.endpoints

0 commit comments

Comments
 (0)