Fix typo
This commit is contained in:
parent
57abe45b96
commit
3b650a8c56
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ func mergeRun(opts *MergeOptions) error {
|
|||
case PullRequestMergeMethodSquash:
|
||||
method = " via squash"
|
||||
}
|
||||
fmt.Fprintf(opts.IO.ErrOut, "%s Pull request #%d will automatically get merged%s when all requiremenets are met\n", cs.SuccessIconWithColor(cs.Green), pr.Number, method)
|
||||
fmt.Fprintf(opts.IO.ErrOut, "%s Pull request #%d will automatically get merged%s when all requirements are met\n", cs.SuccessIconWithColor(cs.Green), pr.Number, method)
|
||||
} else {
|
||||
action := "Merged"
|
||||
switch payload.method {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue