Skip to content

Commit 4da3e58

Browse files
committed
remove test code
1 parent b196ac8 commit 4da3e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jfrog/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type Image struct {
104104
}
105105

106106
func (c *client) ResultsURL(img Image, packageID string) string {
107-
return fmt.Sprintf("%s/ui/scans-list/repositories/packages-scans/%s/scan-descendants/%s?package_id=%s&version=%s", c.baseURL, url.PathEscape(img.Package), url.PathEscape(img.Version), url.QueryEscape(packageID), url.QueryEscape(img.Version))
107+
return fmt.Sprintf("%s/ui/scans-list/packages-scans/%s/scan-descendants/%s?package_id=%s&version=%s", c.baseURL, url.PathEscape(img.Package), url.PathEscape(img.Version), url.QueryEscape(packageID), url.QueryEscape(img.Version))
108108
}
109109

110110
func ParseImage(image string) (Image, error) {

0 commit comments

Comments
 (0)