mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[build] update pleaserun path to be compatible with 0.0.22+
This commit is contained in:
parent
832e5151f4
commit
03866c1292
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default (grunt) => {
|
|||
`${buildDir}/config/=${packages.path.conf}/`,
|
||||
`${buildDir}/data/=${packages.path.data}/`,
|
||||
`${servicesByName.sysv.outputDir}/etc/=/etc/`,
|
||||
`${servicesByName.systemd.outputDir}/lib/=/lib/`
|
||||
`${servicesByName.systemd.outputDir}/etc/=/etc/`
|
||||
];
|
||||
|
||||
//Manually find flags, multiple args without assignment are not entirely parsed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue