upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/client.rs b/src/lib/client.rs
index ee48c14..4b87cd8 100644
--- a/src/lib/client.rs
+++ b/src/lib/client.rs
@@ -855,7 +855,7 @@ pub async fn get_repo_ref_from_cache(
855 let repo_ref = RepoRef::try_from(( 855 let repo_ref = RepoRef::try_from((
856 repo_events 856 repo_events
857 .first() 857 .first()
858 .context("no repo announcement event found at specified coordinates")? 858 .context("no repo announcement event found at specified coordinates. if you are the repository maintainer consider running `ngit init` to create one")?
859 .clone(), 859 .clone(),
860 repo_coordinates 860 repo_coordinates
861 .iter() 861 .iter()