mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packaging] Escape spaces instead of quoting description
This commit is contained in:
parent
34b9a7379a
commit
a2b99c44f3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module.exports = function (grunt) {
|
|||
'--package', targetDir,
|
||||
'-s', 'dir', // input type
|
||||
'--name', 'kibana',
|
||||
'--description', '"Explore and visualize your Elasticsearch data."',
|
||||
'--description', 'Explore\ and\ visualize\ your\ Elasticsearch\ data.',
|
||||
'--version', version,
|
||||
'--after-install', resolve(userScriptsDir, 'installer.sh'),
|
||||
'--after-remove', resolve(userScriptsDir, 'remover.sh'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue