diff --git a/command/pr.go b/command/pr.go index 408370a8b..9e4d33d6a 100644 --- a/command/pr.go +++ b/command/pr.go @@ -587,7 +587,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: "Merge", }, }