Fix lint error

This commit is contained in:
Corey Johnson 2020-05-06 11:27:41 -07:00
parent 5a04679535
commit 1de57db74d

View file

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