Update default text

This commit is contained in:
Corey Johnson 2020-05-20 08:26:34 -07:00
parent 9185bf9a77
commit 1eedfe18bb

View file

@ -586,7 +586,7 @@ func prInteractiveMerge() (api.PullRequestMergeMethod, bool, error) {
Prompt: &survey.Select{
Message: "What merge method would you like to use?",
Options: []string{"Create a merge commit", "Rebase and merge", "Squash and merge"},
Default: "Merge",
Default: "Create a merge commit",
},
}