Skip to content

Commit

Permalink
log url to index file
Browse files Browse the repository at this point in the history
  • Loading branch information
annabarnes1138 committed May 26, 2021
1 parent 181ff58 commit 6331c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/releaser/releaser.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (r *Releaser) UpdateIndexFile() (bool, error) {
chartsRepoUrl.Host, chartsRepoUrl.Path)
}

fmt.Printf("Retrieving index file from: %s", indexUrl)
resp, err := r.httpClient.Get(indexUrl)
if err != nil {
return false, err
Expand Down

0 comments on commit 6331c6e

Please sign in to comment.