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");