aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_actions.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug_actions.go')
-rw-r--r--bug/bug_actions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug_actions.go b/bug/bug_actions.go
index b26d080f..e6fc12d5 100644
--- a/bug/bug_actions.go
+++ b/bug/bug_actions.go
@@ -81,7 +81,7 @@ func MergeAll(repo repository.ClockedRepo, remote string) <-chan entity.MergeRes
continue
}
- localRef := bugsRefPattern + remoteBug.Id()
+ localRef := bugsRefPattern + remoteBug.Id().String()
localExist, err := repo.RefExist(localRef)
if err != nil {