From 1463402c6c291d6666ee86ea2d7c292e8647c360 Mon Sep 17 00:00:00 2001 From: karina Date: Sat, 25 Apr 2026 16:09:32 +0400 Subject: [PATCH] fix: added missing backslash in justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index a32eec2..91ee8d5 100644 --- a/justfile +++ b/justfile @@ -92,7 +92,7 @@ _prep: -drive file={{IMG_FILE}},format=raw,if=none,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -serial stdio \ - -monitor telnet:127.0.0.1:5555,server,nowait + -monitor telnet:127.0.0.1:5555,server,nowait \ -s -S @crun: @@ -110,4 +110,4 @@ _prep: just Kernel clean rm -rf {{BUILD_DIR}} rm -f compile_commands.json - rm -f ide-swift-toolchain.txt \ No newline at end of file + rm -f ide-swift-toolchain.txt