upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git.rs b/src/git.rs
index b44390b..73d9446 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -632,7 +632,7 @@ fn validate_patch_applied(git_repo: &Repo, patch: &nostr::Event) -> Result<()> {
632 None, 632 None,
633 None, 633 None,
634 ) 634 )
635 .context("cannot ammend commit to produce new oid")?; 635 .context("cannot amend commit to produce new oid")?;
636 // replace the commit with the wrong oid with the newly created one with the 636 // replace the commit with the wrong oid with the newly created one with the
637 // correct oid 637 // correct oid
638 git_repo 638 git_repo