Skip to content

Commit

Permalink
fix(repo_ref): clarify no repo event err msg
Browse files Browse the repository at this point in the history
as there might be a repo event but we couldn't find it
  • Loading branch information
DanConwayDev committed Dec 2, 2024
1 parent 7cb0fc4 commit d482eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ pub async fn get_repo_ref_from_cache(
let repo_ref = RepoRef::try_from((
repo_events
.first()
.context("no repo events at specified coordinates")?
.context("no repo announcement event found at specified coordinates")?
.clone(),
repo_coordinates
.iter()
Expand Down

0 comments on commit d482eb8

Please sign in to comment.