Skip to content

Commit

Permalink
fix: proxy signature url
Browse files Browse the repository at this point in the history
  • Loading branch information
sjurtf authored and stigok committed Mar 12, 2024
1 parent 4661e32 commit c2aa0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/store/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ func (s *GitHubStore) ReloadProviderCache(ctx context.Context) error {
if repo.GetPrivate() {
downloadUrl = fmt.Sprintf("/download/provider/%s/%s/v%s/asset/%s", owner, name, version, asset.GetName())
SHASumURL = fmt.Sprintf("/download/provider/%s/%s/v%s/asset/%s", owner, name, version, SHASumFileName)
SHASumSigURL = fmt.Sprintf("/download/provider/%s/%s/v%s/asset/%s", owner, name, version, SHASumFileName+".sig")
}

p := &core.Provider{
Expand Down

0 comments on commit c2aa0db

Please sign in to comment.