upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/git_remote_nostr/push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs
index 5bc1cc8..3bda6ba 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -131,7 +131,7 @@ pub async fn run_push(
131 &None, 131 &None,
132 Some(client), 132 Some(client),
133 false, 133 false,
134 true, 134 false,
135 ) 135 )
136 .await?; 136 .await?;
137 137