Shortens the command documentation
This commit is contained in:
parent
54a26c7297
commit
5dde18d3ae
9 changed files with 41 additions and 26 deletions
|
@ -70,7 +70,7 @@ func (c *GithubClient) PublishNextTicket(cmp *model.Campaign, dryRun bool) (bool
|
|||
return true, nil
|
||||
}
|
||||
|
||||
ticket.GithubLink = *issue.ID
|
||||
ticket.GithubLink = issue.GetNumber()
|
||||
if err := campaign.Save(cmp); err != nil {
|
||||
return false, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue