From d482eb8f33b571c56ca3e3fa4ae05d6cd8069569 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 2 Dec 2024 06:50:19 +0000 Subject: fix(repo_ref): clarify no repo event err msg as there might be a repo event but we couldn't find it --- src/lib/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/client.rs b/src/lib/client.rs index cd9a75c..ee48c14 100644 --- a/src/lib/client.rs +++ b/src/lib/client.rs @@ -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() -- cgit v1.2.3