mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(chartutil): update lint to use chartutil
This commit is contained in:
parent
ebd81152dd
commit
cded50e34f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
|
||||
chartutil "k8s.io/helm/pkg/chart"
|
||||
"k8s.io/helm/pkg/chartutil"
|
||||
)
|
||||
|
||||
// Chartfile checks the Chart.yaml file for errors and warnings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue