Fix message

This commit is contained in:
Corey Johnson 2020-05-15 10:42:58 -07:00
parent c645fd5ae5
commit 90664792b6

View file

@ -580,7 +580,7 @@ func prInteractiveMerge() (api.PullRequestMergeMethod, bool, error) {
deleteBranchQuestion := &survey.Question{
Name: "deleteBranch",
Prompt: &survey.Confirm{
Message: "Delete the branch locally and on GitHub?",
Message: "Delete the branch locally?",
Default: true,
},
}