Skip to content

Commit

Permalink
Have "dist init" only migrate from Cargo.toml configs to v0 generic c…
Browse files Browse the repository at this point in the history
…onfigs.
  • Loading branch information
duckinator committed Dec 20, 2024
1 parent c158b7d commit 569cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-dist/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub fn do_init(cfg: &Config, args: &InitArgs) -> DistResult<()> {
.interact()?;

if is_migrating {
do_migrate()?;
do_migrate_from_rust_workspace()?;
return do_init(cfg, args);
}
}
Expand Down

0 comments on commit 569cb15

Please sign in to comment.