upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/push.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-11 07:21:08 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-13 14:40:09 +0000
commit52370f542dad87ab029a5d701cc46658d5aef91b (patch)
treefb7f6283850f528aaeca8aec606dd5bd41906d9a /src/bin/git_remote_nostr/push.rs
parentbe1a8e53383dc495ede773a76131fad81f04d101 (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/push.rs')
-rw-r--r--src/bin/git_remote_nostr/push.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs
index e880f0d..c35699d 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -75,7 +75,6 @@ pub async fn run_push(
75 git_repo, 75 git_repo,
76 &repo_ref.git_server, 76 &repo_ref.git_server,
77 &repo_ref.to_nostr_git_url(&None), 77 &repo_ref.to_nostr_git_url(&None),
78 &repo_ref.grasp_servers(),
79 ) 78 )
80 }); 79 });
81 80