mirror of
https://github.com/egor-white/zaprett.git
synced 2026-03-22 00:18:13 +05:00
fix typo
This commit is contained in:
@@ -79,7 +79,7 @@ pub fn read_manifest(path: &Path) -> anyhow::Result<Manifest> {
|
||||
format!("Failed to read manifest: {}", path.display())
|
||||
})?;
|
||||
let manifest = serde_json::from_str(&content).with_context(|| {
|
||||
format!("Failed to parse mnanifest: {}", path.display())
|
||||
format!("Failed to parse manifest: {}", path.display())
|
||||
})?;
|
||||
Ok(manifest)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user