Skip to content

Commit

Permalink
tweak for vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Dakkak committed Mar 13, 2017
1 parent d1a42c9 commit 19b8d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/selfupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type HTTPRequester struct {
// the body of the result. An error will occur for a non 200 status code.
func (httpRequester *HTTPRequester) Fetch(url string) (io.ReadCloser, error) {
if isDebug || isVerbose {
fmt.Println("GET %s", url)
fmt.Println("GET " + url)
}

resp, err := http.Get(url)
Expand Down

0 comments on commit 19b8d67

Please sign in to comment.