From 90c9fd1cde6ea82ed2e29c045c20d90d0202a2c2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 9 May 2022 17:40:50 +0000 Subject: [PATCH] spell short correctly Signed-off-by: Xe Iaso --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c02f488..9cdc926 100644 --- a/main.py +++ b/main.py @@ -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":