summary refs log tree commit diff
path: root/release/checks/no-roothash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release/checks/no-roothash.nix')
-rw-r--r--release/checks/no-roothash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/checks/no-roothash.nix b/release/checks/no-roothash.nix
index f9c2398..76d1e8b 100644
--- a/release/checks/no-roothash.nix
+++ b/release/checks/no-roothash.nix
@@ -25,7 +25,7 @@ in {
       "-append", "console=${qemuSerialDevice} panic=-1",
     ]))
 
-    machine = create_machine({"startCommand": flags})
+    machine = create_machine(flags)
 
     machine.start()
     machine.wait_for_console_text("roothash invalid or missing")