diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 15:17:58 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 15:17:58 +0200 |
commit | 9b694442bcc3afa5145c9d3aa731f1df223f3d4e (patch) | |
tree | 0289191ba279f02872ddca9f1f66d21eef66bec3 /units/optical | |
parent | 55f20fbef52f64fbff61cdae403670212259e1e3 (diff) |
p-p-r:bin:udev_resource -> udev_resource.py
Diffstat (limited to 'units/optical')
-rw-r--r-- | units/optical/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/optical/jobs.pxu b/units/optical/jobs.pxu index ed50e74..bcb93c3 100644 --- a/units/optical/jobs.pxu +++ b/units/optical/jobs.pxu @@ -5,7 +5,7 @@ requires: device.category == 'CDROM' estimated_duration: 1.2 _summary: Displays discovered optical drives _description: Detects optical drives (CD/DVD) attached to the system. -command: udev_resource -l CDROM +command: udev_resource.py -l CDROM unit: template template-resource: device |