Skip to content

Commit

Permalink
feat: switch to dnf5 as default backend
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed May 14, 2024
1 parent b13b1c3 commit ca41746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pub trait RootBuilder {
}

fn _default_dnf() -> String {
String::from("dnf")
String::from("dnf5")
}

#[derive(Deserialize, Debug, Clone, Serialize, Default)]
Expand Down

0 comments on commit ca41746

Please sign in to comment.