diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-11 07:21:08 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-13 14:40:09 +0000 |
| commit | 52370f542dad87ab029a5d701cc46658d5aef91b (patch) | |
| tree | fb7f6283850f528aaeca8aec606dd5bd41906d9a /src/bin/git_remote_nostr/list.rs | |
| parent | be1a8e53383dc495ede773a76131fad81f04d101 (diff) | |
fix: cli output line deletion during fetch
also reduce the clutter in the cli output for grasp servers.
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/list.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs index b3ef2f6..803cc8f 100644 --- a/src/bin/git_remote_nostr/list.rs +++ b/src/bin/git_remote_nostr/list.rs | |||
| @@ -31,7 +31,6 @@ pub async fn run_list( | |||
| 31 | git_repo, | 31 | git_repo, |
| 32 | &repo_ref.git_server, | 32 | &repo_ref.git_server, |
| 33 | &repo_ref.to_nostr_git_url(&None), | 33 | &repo_ref.to_nostr_git_url(&None), |
| 34 | &repo_ref.grasp_servers(), | ||
| 35 | ); | 34 | ); |
| 36 | 35 | ||
| 37 | let mut state = if let Some(nostr_state) = nostr_state { | 36 | let mut state = if let Some(nostr_state) = nostr_state { |