mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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,
|
'--package', targetDir,
|
||||||
'-s', 'dir', // input type
|
'-s', 'dir', // input type
|
||||||
'--name', 'kibana',
|
'--name', 'kibana',
|
||||||
'--description', '"Explore and visualize your Elasticsearch data."',
|
'--description', 'Explore\ and\ visualize\ your\ Elasticsearch\ data.',
|
||||||
'--version', version,
|
'--version', version,
|
||||||
'--after-install', resolve(userScriptsDir, 'installer.sh'),
|
'--after-install', resolve(userScriptsDir, 'installer.sh'),
|
||||||
'--after-remove', resolve(userScriptsDir, 'remover.sh'),
|
'--after-remove', resolve(userScriptsDir, 'remover.sh'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue