karl.hudgell 4 лет назад
Родитель
Сommit
b9faabd269
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/inquirer.js

+ 1 - 1
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);