fix "remove"/"install"

This commit is contained in:
karl.hudgell 2020-04-27 15:21:52 +01:00
parent 5dd55e7486
commit b9faabd269

View File

@ -52,7 +52,7 @@ module.exports = {
const questions = [{ const questions = [{
type: "checkbox", type: "checkbox",
name: "removeAppsList", name: "removeAppsList",
message: "What apps do you want to remove?", message: "What apps do you want to Install?",
choices: appList, choices: appList,
}, ]; }, ];
return inquirer.prompt(questions); return inquirer.prompt(questions);