Skip to content

Commit

Permalink
Merge pull request #646 from paketo-buildpacks/draft-log
Browse files Browse the repository at this point in the history
Add additional logging to draft updater
  • Loading branch information
Daniel Mikusa authored Apr 18, 2022
2 parents 0b9bf18 + 72c7cec commit 9e2623f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drafts/drafts.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func (g GithubBuildpackLoader) mapURIs(uri string) ([]string, error) {
}

func (g GithubBuildpackLoader) fetchBuildpackTOML(org, repo, version string) ([]byte, error) {
fmt.Println("Fetching from org:", org, "repo:", repo, "version:", version)
body, _, err := g.GithubClient.Repositories.DownloadContents(
context.Background(),
org,
Expand Down

0 comments on commit 9e2623f

Please sign in to comment.