Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 20, 2023
1 parent a1064c1 commit 456126f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (g *Asset) metadata() (m DevHubMetadata, err error) {
if g.httpClient == nil {
g.httpClient = http.DefaultClient
}
fmt.Printf("g.httpClient: %#v\n", g.httpClient)
res, err := g.httpClient.Do(req)
if err != nil {
return m, fmt.Errorf("failed to request GitHub metadata: %w", err)
Expand Down

0 comments on commit 456126f

Please sign in to comment.