浏览代码

fix "remove"/"install"

karl.hudgell 4 年之前
父节点
当前提交
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);