spell short correctly

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-09 17:40:50 +00:00
parent 1de35c673c
commit 90c9fd1cde
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Plugin:
return result.stdout.parse().split(": ")[1]
async def install_state(self, *args):
sysext = subprocess.run(["/usr/bin/systemd-sysext", "list", "--json=shot"])
sysext = subprocess.run(["/usr/bin/systemd-sysext", "list", "--json=short"])
sysexts = json.load(sysext.stdout)
for hier in sysexts:
if hier.hierarchy != "/usr":