From 90664792b69f2df319594bf680e0e577513f36d4 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 15 May 2020 10:42:58 -0700 Subject: [PATCH] Fix message --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index 21b850a67..148cbb074 100644 --- a/command/pr.go +++ b/command/pr.go @@ -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, }, }