clippy
CI / build (push) Failing after 32m38s
CI / snap (push) Skipped

This commit is contained in:
2026-08-22 12:46:22 +02:00
parent 24faad6e11
commit 18be62d4a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ pub fn ensure_repositories(
if !has_ports {
// Add ports repository for the target architecture
let mut ports_suites = vec![
format!("{series}"),
series.to_string(),
format!("{series}-updates"),
format!("{series}-backports"),
format!("{series}-security"),
+1 -1
View File
@@ -82,7 +82,7 @@ pub async fn build(
}
// Create suite list with all Ubuntu series
let suites = vec![format!("{}", series)];
let suites = vec![series.to_string()];
let new_source = crate::apt::sources::SourceEntry {
enabled: true,