diff --git a/nifi-site/Gruntfile.js b/nifi-site/Gruntfile.js index 161b47f2bf..cbf7b3efa0 100644 --- a/nifi-site/Gruntfile.js +++ b/nifi-site/Gruntfile.js @@ -224,7 +224,7 @@ module.exports = function (grunt) { command += (' --username ' + username); } if (password !== '') { - command += (' --password ' + password); + command += (' --password "' + password + '"'); } return command + ' -m "' + message + '" --trust-server-cert --non-interactive .'; }