Skip to content

Commit

Permalink
show if arch is set or not
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 1, 2023
1 parent 08fa126 commit 15e5c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ impl RootBuilder for DnfRootBuilder {
let releasever = &self.releasever;

if let Some(a) = &self.arch {
debug!(arch = ?a, "Setting arch");
options.push(format!("--forcearch={a}"));
}

Expand Down

0 comments on commit 15e5c35

Please sign in to comment.