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:
parent
f95e61e402
commit
88d4cc1a6a
1 changed files with 1 additions and 0 deletions
|
@ -1921,6 +1921,7 @@ impl PictRsConfiguration {
|
|||
let to = Repo::open(to)?.to_arc();
|
||||
|
||||
repo::migrate_repo(from, to).await?;
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue