2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-20 11:21:14 +00:00

Exit after repo migration

This commit is contained in:
asonix 2023-08-16 16:34:42 -05:00
parent f95e61e402
commit 88d4cc1a6a

View file

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