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.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bug/bug_actions.go b/bug/bug_actions.go
index 21ce3733..aa82356d 100644
--- a/bug/bug_actions.go
+++ b/bug/bug_actions.go
@@ -68,7 +68,6 @@ func MergeAll(repo repository.ClockedRepo, remote string) <-chan entity.MergeRes
remoteRefSpec := fmt.Sprintf(bugsRemoteRefPattern, remote)
remoteRefs, err := repo.ListRefs(remoteRefSpec)
-
if err != nil {
out <- entity.MergeResult{Err: err}
return