mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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();
|
let to = Repo::open(to)?.to_arc();
|
||||||
|
|
||||||
repo::migrate_repo(from, to).await?;
|
repo::migrate_repo(from, to).await?;
|
||||||
|
return Ok(());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue