diff options
Diffstat (limited to 'src/bin/git_remote_nostr/main.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index f670b7b..e0821e9 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs | |||
| @@ -203,7 +203,7 @@ async fn main() -> Result<()> { | |||
| 203 | &repo_ref, | 203 | &repo_ref, |
| 204 | &stdin, | 204 | &stdin, |
| 205 | refspec, | 205 | refspec, |
| 206 | &client, | 206 | &mut client, |
| 207 | list_outputs.clone(), | 207 | list_outputs.clone(), |
| 208 | title_description, | 208 | title_description, |
| 209 | ) | 209 | ) |