Fix typo in redox mount code

This commit is contained in:
Jeremy Soller
2026-01-02 13:26:09 -07:00
parent 0e01427cd8
commit 5778818bf6
+1 -1
View File
@@ -62,7 +62,7 @@ where
}
// Cleanup on unmount
fs.cleanup()?;
scheme.fs.cleanup()?;
Ok(res)
}