aboutsummaryrefslogtreecommitdiffstats
path: root/identity/identity.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-06-19 18:11:31 +0200
committerGitHub <noreply@github.com>2019-06-19 18:11:31 +0200
commit89c6732354ba4efd7c36c253fc5d02f0b6c7a7a4 (patch)
tree1d31091fa66d11a56bcbb9697bcefc2c9ab8951c /identity/identity.go
parent777ccb9c68e10bdd9b8a4d33449795dd6e52f768 (diff)
parentacfd8ffdd7b2e019168467810a817a0b6ea084e6 (diff)
downloadgit-bug-89c6732354ba4efd7c36c253fc5d02f0b6c7a7a4.tar.gz
Merge pull request #156 from A-Hilaly/bridge-rm
Fix bridge rm command
Diffstat (limited to 'identity/identity.go')
-rw-r--r--identity/identity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/identity.go b/identity/identity.go
index be3c16ec..f952bbf9 100644
--- a/identity/identity.go
+++ b/identity/identity.go
@@ -8,12 +8,12 @@ import (
"strings"
"time"
- "github.com/MichaelMure/git-bug/util/timestamp"
"github.com/pkg/errors"
"github.com/MichaelMure/git-bug/repository"
"github.com/MichaelMure/git-bug/util/git"
"github.com/MichaelMure/git-bug/util/lamport"
+ "github.com/MichaelMure/git-bug/util/timestamp"
)
const identityRefPattern = "refs/identities/"