summaryrefslogtreecommitdiff
path: root/rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'rebase.go')
-rw-r--r--rebase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebase.go b/rebase.go
index b7f88a8..f3746c1 100644
--- a/rebase.go
+++ b/rebase.go
@@ -129,7 +129,7 @@ type RebaseOptions struct {
InMemory int
RewriteNotesRef string
MergeOptions MergeOptions
- CheckoutOptions CheckoutOpts
+ CheckoutOptions CheckoutOptions
CommitSigningCallback CommitSigningCallback
}