diff --git a/pkg/commands/pull_request.go b/pkg/commands/pull_request.go index da9775d08..3b08090e7 100644 --- a/pkg/commands/pull_request.go +++ b/pkg/commands/pull_request.go @@ -33,7 +33,7 @@ func NewService(typeName string, repositoryDomain string, siteDomain string) *Se case "github": return &Service{ Name: repositoryDomain, - PullRequestURL: fmt.Sprintf("https://%s%s", siteDomain, "/%s/%s/compare/%%s?expand=1"), + PullRequestURL: fmt.Sprintf("https://%s%s", siteDomain, "/%s/%s/compare/%s?expand=1"), } case "bitbucket": return &Service{