Skip to content

Commit

Permalink
added debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Sep 13, 2024
1 parent 24b3276 commit 288b6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func requestWithMirror(tarURL string) (*http.Response, error) {

tarResp, err = attemptDownload(newURL)
if err != nil {
log.Debug("mirror req err", "mirror", newURL, "error", err)
continue
}

Expand Down

0 comments on commit 288b6c8

Please sign in to comment.