Skip to content

Commit dc9771a

Browse files
committed
verify and download rootfs command
1 parent a125cff commit dc9771a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ pub fn verify_and_download_rootfs_command(cmd_rootfs: &str) -> io::Result<PathBu
399399
return Err(io::Error::new(
400400
io::ErrorKind::Unsupported,
401401
format!(
402-
"{} not found in the system and no binary is available for this architecture"
402+
"{} not found in the system and no binary is available for this architecture",
403403
cmd_rootfs
404404
),
405405
));

0 commit comments

Comments
 (0)