[build] fix writing of bundled plugins to kibana.yml

This commit is contained in:
Spencer Alger 2014-10-21 13:01:53 -07:00
parent 286b56221e
commit a590824c3c

View file

@ -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;