diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |