Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jul 19, 2023
1 parent 98c7fa1 commit f461e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/sysroot_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pub async fn get_container_manifest_diff(
if let Some(r) = ostree_ext::container::store::query_image_ref(&repo, &imgref.imgref)? {
r
} else {
return Ok("".to_string())
return Ok("".to_string());
};

let sigverify = SignatureSource::OstreeRemote(String::from(remote_repo));
Expand Down

0 comments on commit f461e3c

Please sign in to comment.