Skip to content

Commit

Permalink
CI have different clippy flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Jan 24, 2025
1 parent 5e7e494 commit add9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpm_ostree/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl Handler<StageDeployment> for RpmOstreeClient {
// remove the tag from the custom origin
// as it's a moving tag and we want to pin versions
let origin_prefix = custom_origin[0]
.rsplit_once(":")
.rsplit_once(':')
.map(|(origin, _)| origin)
.ok_or(anyhow::anyhow!("Invalid custom-origin-url format"))?;

Expand Down

0 comments on commit add9bf7

Please sign in to comment.