Exit after repo migration

This commit is contained in:
asonix 2023-08-16 16:34:42 -05:00
parent f95e61e402
commit 88d4cc1a6a
1 changed files with 1 additions and 0 deletions

View File

@ -1921,6 +1921,7 @@ impl PictRsConfiguration {
let to = Repo::open(to)?.to_arc();
repo::migrate_repo(from, to).await?;
return Ok(());
}
}