diff options
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/list.rs | 2 |
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 | } |