aboutsummaryrefslogtreecommitdiffstats
path: root/identity/identity_actions.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/identity_actions.go')
-rw-r--r--identity/identity_actions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/identity_actions.go b/identity/identity_actions.go
index 38d83b19..40aab8e2 100644
--- a/identity/identity_actions.go
+++ b/identity/identity_actions.go
@@ -75,7 +75,7 @@ func MergeAll(repo repository.ClockedRepo, remote string) <-chan entity.MergeRes
continue
}
- localRef := identityRefPattern + remoteIdentity.Id()
+ localRef := identityRefPattern + remoteIdentity.Id().String()
localExist, err := repo.RefExist(localRef)
if err != nil {