From b9faabd26906454657618cc1d6ce8b3ede9c286f Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 27 Apr 2020 15:21:52 +0100 Subject: [PATCH] fix "remove"/"install" --- lib/inquirer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inquirer.js b/lib/inquirer.js index a932aa7..d2e77f8 100644 --- a/lib/inquirer.js +++ b/lib/inquirer.js @@ -52,7 +52,7 @@ module.exports = { const questions = [{ type: "checkbox", name: "removeAppsList", - message: "What apps do you want to remove?", + message: "What apps do you want to Install?", choices: appList, }, ]; return inquirer.prompt(questions);