upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/repo_ref.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-18 12:25:03 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-18 12:31:14 +0100
commit1c0cd657f6122d1ed406aa77e7a71df61dc38979 (patch)
tree773c3f4de616cd9a80d42f90ab970143c90d076c /src/repo_ref.rs
parent6f66fab0b5bab74e63c790d8964a0e6b4982000e (diff)
improve copy
add a message for the temporary situation where a maintainers.yaml exists without an identifier listed
Diffstat (limited to 'src/repo_ref.rs')
-rw-r--r--src/repo_ref.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/repo_ref.rs b/src/repo_ref.rs
index 0e91cc4..df348a5 100644
--- a/src/repo_ref.rs
+++ b/src/repo_ref.rs
@@ -268,6 +268,9 @@ pub async fn get_repo_coordinates(
268 .await?; 268 .await?;
269 } 269 }
270 if events.is_empty() { 270 if events.is_empty() {
271 println!(
272 "finding repository events for this repository for npubs in maintains.yaml"
273 );
271 events = client 274 events = client
272 .get_events(client.get_fallback_relays().clone(), vec![filter.clone()]) 275 .get_events(client.get_fallback_relays().clone(), vec![filter.clone()])
273 .await?; 276 .await?;