diff options
-rw-r--r-- | commands/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go index 5ad4acc3..64dd83fe 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 { |