mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 17:15:31 +00:00
fixed govet issue
This commit is contained in:
parent
27640db7a3
commit
f209d126db
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ type Request struct {
|
|||
// URL returns the link to the commit in
|
||||
// string format.
|
||||
func (r *Request) URL() string {
|
||||
return fmt.Sprintf("%s/%s/%s/%s",
|
||||
return fmt.Sprintf("%s/%s/%s/%s/%s/%s",
|
||||
r.Host,
|
||||
r.Repo.Host,
|
||||
r.Repo.Owner,
|
||||
|
|
Loading…
Reference in a new issue