upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
-rw-r--r--src/bin/git_remote_nostr/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs
index 934160a..d06d202 100644
--- a/src/bin/git_remote_nostr/list.rs
+++ b/src/bin/git_remote_nostr/list.rs
@@ -39,7 +39,7 @@ pub async fn run_list(
39 let remote_issues = identify_remote_sync_issues(git_repo, &nostr_state, &remote_states); 39 let remote_issues = identify_remote_sync_issues(git_repo, &nostr_state, &remote_states);
40 40
41 // Generate and print warnings 41 // Generate and print warnings
42 let warnings = generate_remote_sync_warnings(git_repo, &remote_issues, &remote_states); 42 let warnings = generate_remote_sync_warnings(&remote_issues, &remote_states);
43 for warning in warnings { 43 for warning in warnings {
44 term.write_line(&warning)?; 44 term.write_line(&warning)?;
45 } 45 }