fix: finally fix CI

main
Michal Stopyra 1 year ago
parent a19bda9939
commit 9f840d5310

@ -124,8 +124,7 @@ impl Mapping {
.await
.map_err(|e| ChrootError::Mount(dst.to_owned(), e))?;
}
let fs_type =
FilesystemType::Manual(opt.fs_type.as_deref().unwrap_or(""));
let fs_type = FilesystemType::Manual(opt.fs_type.as_deref().unwrap_or(""));
let flags = opt.mount_flags.unwrap_or_else(MountFlags::empty);
let mount = MountBuilder::default()

Loading…
Cancel
Save