Use stdout

This commit is contained in:
Corey Johnson 2020-05-07 10:30:59 -07:00
parent 4b2f14d939
commit 5b78d47306

View file

@ -496,7 +496,7 @@ func prMerge(cmd *cobra.Command, args []string) error {
return fmt.Errorf("API call failed: %w", err)
}
fmt.Fprint(colorableErr(cmd), output)
fmt.Fprint(colorableOut(cmd), output)
return nil
}