Co-Authored-By: Nate Smith <vilmibm@neongrid.space>
This commit is contained in:
Corey Johnson 2020-05-12 09:55:34 -07:00
parent 6e01081899
commit 6732ac01c9

View file

@ -474,7 +474,7 @@ func prMerge(cmd *cobra.Command, args []string) error {
return err
}
mergeMethod := api.PullRequestMergeMethodMerge
var mergeMethod api.PullRequestMergeMethod
deleteBranch, err := cmd.Flags().GetBool("delete-branch")
if err != nil {
return nil