diff --git a/src/lib.rs b/src/lib.rs index aabf9e5..15c0905 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1921,6 +1921,7 @@ impl PictRsConfiguration { let to = Repo::open(to)?.to_arc(); repo::migrate_repo(from, to).await?; + return Ok(()); } }