Browse Source

fix "remove"/"install"

karl.hudgell 4 years ago
parent
commit
b9faabd269
1 changed files with 1 additions and 1 deletions
  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);