Skip to content

Commit

Permalink
fix: clone this
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Feb 2, 2024
1 parent 0897b3c commit ca4999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pub async fn run(base_app: BaseApp, args: Args) -> Result<()> {
.await?;
}
InitType::Packwiz(src) => {
app.packwiz().import_from_source(src).await?;
app.packwiz().import_from_source(src.clone()).await?;
}
}

Expand Down

0 comments on commit ca4999a

Please sign in to comment.