aboutsummaryrefslogtreecommitdiffstats
path: root/identity
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-09-08 14:31:40 +0200
committerMichael Muré <batolettre@gmail.com>2020-09-29 20:42:21 +0200
commitd4f1d5659b9d23ff0768ed584ae320cb657c6f2d (patch)
tree0a076c74910690330438e6437ec6b58c437cc2b2 /identity
parentbde93756321b7a5eb0ec013e059914528b7c2610 (diff)
downloadgit-bug-d4f1d5659b9d23ff0768ed584ae320cb657c6f2d.tar.gz
repo: fix some go-git implementation
Diffstat (limited to 'identity')
-rw-r--r--identity/identity_actions.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/identity/identity_actions.go b/identity/identity_actions.go
index aa6a2a91..e33b75f9 100644
--- a/identity/identity_actions.go
+++ b/identity/identity_actions.go
@@ -4,9 +4,10 @@ import (
"fmt"
"strings"
+ "github.com/pkg/errors"
+
"github.com/MichaelMure/git-bug/entity"
"github.com/MichaelMure/git-bug/repository"
- "github.com/pkg/errors"
)
// Fetch retrieve updates from a remote