diff --git a/cli/commands/protect/wizard.js b/cli/commands/protect/wizard.js index 896eda8211..504427caa7 100644 --- a/cli/commands/protect/wizard.js +++ b/cli/commands/protect/wizard.js @@ -73,7 +73,7 @@ function processPackageManager(options) { type: 'confirm', default: true, }; - return inquire(prompt, {}) + return inquire([prompt], {}) .then(function (answer) { if (answer['choose-yarn']) { options.packageManager = packageManager;