Fix PPC branch display; update README.md

This commit is contained in:
2024-03-22 23:06:41 -06:00
parent 30d14870ef
commit 106652ae7d
4 changed files with 13 additions and 6 deletions

View File

@@ -89,9 +89,7 @@ pub fn run(args: Args) -> Result<()> {
return Some(obj);
}
let Some(up) = unit_path.as_deref() else {
return None;
};
let up = unit_path.as_deref()?;
resolve_paths(obj);