Better description
This commit is contained in:
parent
5b78d47306
commit
58663dccfd
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ func prMerge(cmd *cobra.Command, args []string) error {
|
|||
|
||||
var output string
|
||||
if rebase {
|
||||
output = fmt.Sprintf("%s Rebased pull request #%d\n", utils.Green("✔"), pr.Number)
|
||||
output = fmt.Sprintf("%s Rebased and merged pull request #%d\n", utils.Green("✔"), pr.Number)
|
||||
err = api.PullRequestRebase(apiClient, baseRepo, pr)
|
||||
} else if squash {
|
||||
output = fmt.Sprintf("%s Squashed and merged pull request #%d\n", utils.Green("✔"), pr.Number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue