From f209d126db0afa307accf922ce44d9a8b21887a1 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 13 Jan 2015 23:32:25 -0800 Subject: [PATCH] fixed govet issue --- shared/model/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/model/request.go b/shared/model/request.go index 94075a88c..5cfd0abfd 100644 --- a/shared/model/request.go +++ b/shared/model/request.go @@ -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,