summaryrefslogtreecommitdiffstatshomepage
path: root/entity/dag/entity.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/dag/entity.go')
-rw-r--r--entity/dag/entity.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/entity/dag/entity.go b/entity/dag/entity.go
index 7c5c4d3c..65dae504 100644
--- a/entity/dag/entity.go
+++ b/entity/dag/entity.go
@@ -9,7 +9,6 @@ import (
"github.com/pkg/errors"
- "github.com/MichaelMure/git-bug/entities/identity"
"github.com/MichaelMure/git-bug/entity"
bootstrap "github.com/MichaelMure/git-bug/entity/boostrap"
"github.com/MichaelMure/git-bug/repository"
@@ -455,7 +454,7 @@ func (e *Entity) Commit(repo repository.ClockedRepo) error {
}
for len(e.staging) > 0 {
- var author identity.Interface
+ var author entity.Identity
var toCommit []Operation
// Split into chunks with the same author