Fix message
This commit is contained in:
parent
c645fd5ae5
commit
90664792b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue