We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a125cff commit dc9771aCopy full SHA for dc9771a
src/utils.rs
@@ -399,7 +399,7 @@ pub fn verify_and_download_rootfs_command(cmd_rootfs: &str) -> io::Result<PathBu
399
return Err(io::Error::new(
400
io::ErrorKind::Unsupported,
401
format!(
402
- "{} not found in the system and no binary is available for this architecture"
+ "{} not found in the system and no binary is available for this architecture",
403
cmd_rootfs
404
),
405
));
0 commit comments