Minor nit: fix import instructions to comply with canonical import paths

Signed-off-by: Anmol Virdi <anmolvirdi2000@gmail.com>
pull/32014/head
Anmol Virdi 6 days ago
parent 1be395e7aa
commit de58531ca7

@ -42,4 +42,4 @@ into a Chart.
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
package directly.
*/
package util // import chartutil "helm.sh/helm/v4/internal/chart/v3/util"
package util // import "helm.sh/helm/v4/internal/chart/v3/util"

@ -42,4 +42,4 @@ into a Chart.
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
package directly.
*/
package util // import chartutil "helm.sh/helm/v4/pkg/chart/v2/util"
package util // import "helm.sh/helm/v4/pkg/chart/v2/util"

Loading…
Cancel
Save