fix(chartutil): update lint to use chartutil

This commit is contained in:
Matt Butcher 2016-06-06 20:27:23 -06:00
parent ebd81152dd
commit cded50e34f

View file

@ -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.