diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:17:15 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:17:15 +0200 |
commit | df108124fa5f339ad1c6bcaf2b7258b8142110fb (patch) | |
tree | 56ab2d4d046b9905a69285341a91ec8629f57ea8 /units | |
parent | b5b11d64d21ce2af88ce2b55a8b9016bffbd6ce6 (diff) |
bin:check-prerelease -> check-prerelease.py
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 09d48d3..263c3b2 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -183,7 +183,7 @@ _summary: Test that system is not a pre-release version _description: Test to verify that the system uses production, rather than pre-release, versions of the kernel and the OS. -command: check-prerelease +command: check-prerelease.py plugin: shell category_id: com.canonical.plainbox::miscellanea |