Skip to content

Commit 19b8d67

Browse files
author
Abdul Dakkak
committed
tweak for vet
1 parent d1a42c9 commit 19b8d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/selfupdate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type HTTPRequester struct {
1919
// the body of the result. An error will occur for a non 200 status code.
2020
func (httpRequester *HTTPRequester) Fetch(url string) (io.ReadCloser, error) {
2121
if isDebug || isVerbose {
22-
fmt.Println("GET %s", url)
22+
fmt.Println("GET " + url)
2323
}
2424

2525
resp, err := http.Get(url)

0 commit comments

Comments
 (0)