Clarify this Task runs apt-get, not apt kreeuwijk-patch-1
authorKevin Reeuwijk <kevin.reeuwijk@puppet.com>
Tue, 22 Feb 2022 14:42:49 +0000 (15:42 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 14:42:49 +0000 (15:42 +0100)
tasks/init.json

index 91cf9514d84dcb5d31cb68add219dc9d5dac50c7..f7a55b876b8a0f93c71a396694af6904b1b967ed 100644 (file)
@@ -1,9 +1,9 @@
 {
-  "description": "Allows you to perform apt functions",
+  "description": "Allows you to perform apt-get functions",
   "input_method": "stdin",
   "parameters": {
     "action": {
-      "description": "Action to perform ",
+      "description": "Action to perform with apt-get",
       "type": "Enum[update, upgrade, dist-upgrade, autoremove]"
     }
   }