diff --git a/commands/pull.go b/commands/pull.go index 5ad4acc3d258120bb6ad6961c7c6064f24222494..64dd83fed2a785ae6f3bdea651d746d09100626f 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -38,7 +38,7 @@ func runPull(cmd *cobra.Command, args []string) error { for merge := range backend.MergeAll(remote) { if merge.Err != nil { - return merge.Err + fmt.Println(merge.Err) } if merge.Status != bug.MergeStatusNothing {