From 0acc9768c2aff4bf4495c89698f29b56dae2f4b4 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 23 Sep 2024 13:55:00 +0100 Subject: fix(remote): enable login through remote helper originally this was disabled because there was a concern that it would effect the operation of the remote helper due as it prints to stdout. it now only writes to stderr. --- src/bin/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') 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( &None, Some(client), false, - true, + false, ) .await?; -- cgit v1.2.3