diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json index 8abbf825..847ae523 100644 --- a/builder/pwnagotchi.json +++ b/builder/pwnagotchi.json @@ -8,9 +8,9 @@ "target_image_size": 8568709120, "qemu_binary": "qemu-aarch64-static", "output_filename": "../../pwnagotchi-{{user `pwn_version`}}-arm64.img", - "qemu_args":[ - ["-r", "6.1.21-v8+"], - ["-m", "aarch64"] + "qemu_args": [ + "-r", "6.1.21-v8+", + "-m", "aarch64" ] } ],