Shortens the command documentation

This commit is contained in:
Miguel de la Cruz 2020-04-27 12:22:15 +02:00
parent 54a26c7297
commit 5dde18d3ae
9 changed files with 41 additions and 26 deletions

View file

@ -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
}