diff options
author | rod.smith <rod.smith@canonical.com> | 2014-07-16 14:28:38 -0400 |
---|---|---|
committer | rod.smith <rod.smith@canonical.com> | 2014-07-16 14:28:38 -0400 |
commit | 8e2d02c097a0b880d79c656c4370850998c0b65b (patch) | |
tree | 4c9a2af3436d131d53938a4893bb5fa0733aed2b /jobs | |
parent | 3ce73e9cd0df844f4c87abdc14de231e5fa92b15 (diff) |
Rewrite in response to comments
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/miscellanea.txt.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index b7fe8c4..02394c1 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -178,7 +178,6 @@ plugin: shell estimated_duration: 0.1 id: miscellanea/get_make_and_model user: root -command: make_model +command: get_make_and_model _description: Retrieve the computer's make and model for easier access than digging through the dmidecode output. _summary: Retrieve the computer's make and model -requires: package.name == "dmidecode" |