From d5e23f59eddb7a1a9424b7e1a60f7f241a6ff3f6 Mon Sep 17 00:00:00 2001 From: Davide Bertola Date: Mon, 16 Sep 2024 22:13:33 +0200 Subject: [PATCH] .. --- xtask/src/run.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtask/src/run.rs b/xtask/src/run.rs index 29a978b8..5ecfa617 100644 --- a/xtask/src/run.rs +++ b/xtask/src/run.rs @@ -355,9 +355,9 @@ pub fn run(opts: Options) -> Result<()> { for bytes in [ "dir /boot 0755 0 0\n".as_bytes(), "file ".as_bytes(), - config_path.as_os_str().as_bytes(), - " ".as_bytes(), destination.as_os_str().as_bytes(), + " ".as_bytes(), + config_path.as_os_str().as_bytes(), " 0755 0 0\n".as_bytes(), ] { stdin.write_all(bytes).expect("write");