mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixed wrong kibanaRevision
This commit is contained in:
parent
ea997817c3
commit
4dff3c5ee4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = function (grunt) {
|
|||
var config = {
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
kibanaCheckoutDir: './kibana/vendor/kibana',
|
||||
kibanaRevision: 'marvel',
|
||||
kibanaRevision: 'master',
|
||||
agentDir: 'agent',
|
||||
buildDir: 'build',
|
||||
packageDir: 'build/packages',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue