Fix typo in redox mount code
This commit is contained in:
@@ -62,7 +62,7 @@ where
|
||||
}
|
||||
|
||||
// Cleanup on unmount
|
||||
fs.cleanup()?;
|
||||
scheme.fs.cleanup()?;
|
||||
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user