Skip to content

Commit

Permalink
Ensure the chart name is sent as the tarball root dir.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Dec 19, 2022
1 parent a4b48ed commit 6a767a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (s *Server) availableChartDetail(ctx context.Context, packageRef *corev1.Av
}
}

chartDetail, err := tarutil.FetchChartDetailFromTarball(bytes.NewReader(byteArray), chartID)
chartDetail, err := tarutil.FetchChartDetailFromTarball(bytes.NewReader(byteArray), chartName)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6a767a7

Please sign in to comment.