Skip to content

Commit

Permalink
Use new docker-based docs tool (#41985) (#41997)
Browse files Browse the repository at this point in the history
The old perl-based docs tool was previously deprecated and now no longer
works.
  • Loading branch information
epixa authored Jul 25, 2019
1 parent d687f1d commit b5b6bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/docs_repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { resolve } from 'path';
const kibanaDir = resolve(__dirname, '..', '..');

export function buildDocsScript(cmd) {
return resolve(process.cwd(), cmd.docrepo, 'build_docs.pl');
return resolve(process.cwd(), cmd.docrepo, 'build_docs');
}

export function buildDocsArgs(cmd) {
Expand Down

0 comments on commit b5b6bdd

Please sign in to comment.