Skip to content

Commit 591363e

Browse files
Put commit name and email in their proper locations
Signed-off-by: Chris Cummer <[email protected]>
1 parent d1b06ac commit 591363e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

til.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ func save(commitMsg string) {
538538

539539
commit, err := w.Commit(commitMsg, &git.CommitOptions{
540540
Author: &object.Signature{
541-
Name: defaultCommitEmail,
542-
Email: defaultCommitName,
541+
Name: defaultCommitName,
542+
Email: defaultCommitEmail,
543543
When: time.Now(),
544544
},
545545
})

0 commit comments

Comments
 (0)