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