diff --git a/src/bin/repo_builder.rs b/src/bin/repo_builder.rs index adcc2c71..400391bd 100644 --- a/src/bin/repo_builder.rs +++ b/src/bin/repo_builder.rs @@ -126,7 +126,7 @@ fn publish_packages(recipe_list: Vec, repo_dir: String) -> anyhow::Resul pkgar::create( format!("{}/build/id_ed25519.toml", root), &appstream_pkg, - &appstream_root + &appstream_root, )?; } }