Skip to content

Commit

Permalink
chore: make pass in staticanalysis
Browse files Browse the repository at this point in the history
Signed-off-by: Winicius Silva <winiciusab12@gmail.com>
  • Loading branch information
winiciusallan committed Dec 17, 2024
1 parent c459b60 commit 8c4a1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/oci_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type ociInfo struct {
} `json:"LayersData"`
}

// Get the proxy host value
// Get the proxy host value.
func getProxyHost(r *ProtocolOCI) (*url.URL, error) {
req, err := http.NewRequest("GET", r.httpHost, nil)
if err != nil {
Expand Down

0 comments on commit 8c4a1db

Please sign in to comment.