From 1eedfe18bbb81af2fb5ced5b342d696515e87efc Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 20 May 2020 08:26:34 -0700 Subject: [PATCH] Update default text --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index 4ae0cf8c7..d5527057b 100644 --- a/command/pr.go +++ b/command/pr.go @@ -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", }, }