From cded50e34f5b9223a33757d79295d85a0f37d6ba Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Mon, 6 Jun 2016 20:27:23 -0600 Subject: [PATCH] fix(chartutil): update lint to use chartutil --- pkg/lint/chartfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/chartfile.go b/pkg/lint/chartfile.go index 2a970fddf..a7cbbf784 100644 --- a/pkg/lint/chartfile.go +++ b/pkg/lint/chartfile.go @@ -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.