mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[build] fix writing of bundled plugins to kibana.yml
This commit is contained in:
parent
286b56221e
commit
a590824c3c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = function (grunt) {
|
|||
return;
|
||||
}
|
||||
|
||||
contents =
|
||||
contents +=
|
||||
'\n# Plugins that are included in the build, and no longer found in the plugins/ folder' +
|
||||
'\n' + configKey + ':' +
|
||||
'\n' + idList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue