diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:15:41 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:15:41 +0200 |
commit | b5b11d64d21ce2af88ce2b55a8b9016bffbd6ce6 (patch) | |
tree | 75a432e8312029e31d7c761bd8337162caf67f24 /units | |
parent | 9c4d522b486126b2e4ffac91c7db2755787a333a (diff) |
bin:check_is_laptop -> check_is_laptop.sh
Diffstat (limited to 'units')
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index a011148..09d48d3 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -258,7 +258,7 @@ id: miscellanea/is_laptop user: root _description: Determine if we need to run tests specific to portable computers that may not apply to desktops. -command: check_is_laptop +command: check_is_laptop.sh plugin: shell category_id: com.canonical.plainbox::miscellanea |