[packaging] Escape spaces instead of quoting description

This commit is contained in:
Jonathan Budzenski 2016-02-04 09:30:56 -06:00
parent 34b9a7379a
commit a2b99c44f3

View file

@ -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'),