upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 9cf2c52..31c920a 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -1296,7 +1296,7 @@ async fn get_proposal_and_revision_root_from_patch_or_pr_or_pr_update(
1296 ); 1296 );
1297 } 1297 }
1298 } 1298 }
1299 return Ok((*id, None)); 1299 return Ok((id, None));
1300 } 1300 }
1301 bail!( 1301 bail!(
1302 "pull request update {} root event is not a pull request event", 1302 "pull request update {} root event is not a pull request event",