Skip to content

Commit 086eaf8

Browse files
tblahjfrimmel
andauthored
tools: remote-test-client: fix typo
Thanks to jfrimmel for pointing this out Co-authored-by: J. Frimmel <[email protected]>
1 parent 253112d commit 086eaf8

File tree

1 file changed

+1
-1
lines changed
  • src/tools/remote-test-client/src

1 file changed

+1
-1
lines changed

src/tools/remote-test-client/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ fn start_qemu_emulator(target: &str, rootfs: &Path, server: &Path, tmpdir: &Path
235235
.arg(&format!("file={},format=raw,id=hd0", &rootfs_img.to_string_lossy()));
236236
t!(cmd.spawn());
237237
}
238-
_ => panic!("cannot start emulator for: {}" < target),
238+
_ => panic!("cannot start emulator for: {}", target),
239239
}
240240
}
241241

0 commit comments

Comments
 (0)