Updating to the latest Kibana version with the XXS fix

This commit is contained in:
Chris Cowan 2014-06-02 15:19:10 -07:00
parent 221da97b5b
commit d7d12b7c4b

View file

@ -4,7 +4,7 @@ module.exports = function (grunt) {
var config = {
pkg: grunt.file.readJSON('package.json'),
kibanaCheckoutDir: './kibana/vendor/kibana',
kibanaRevision: '31eeb583cd5508174aa88fda2f51fe9b0b5df9fb',
kibanaRevision: '3eca909d2f9a4f3ce0bca71bbd03ecf1a91827ae',
agentDir: 'agent',
buildDir: 'build',
packageDir: 'build/packages',