Big M
This commit is contained in:
parent
96e3d79f5e
commit
5c113d02c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue