Quellcode durchsuchen

fix "remove"/"install"

karl.hudgell vor 4 Jahren
Ursprung
Commit
b9faabd269
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);