diff --git a/cmd/helm/install.go b/cmd/helm/install.go index f9aeb9945..5890f25d3 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -271,7 +271,6 @@ func (i *installCmd) run() error { fmt.Fprintln(os.Stdout, "WARNING: This chart is deprecated") } - if req, err := chartutil.LoadRequirements(chartRequested); err == nil { // If checkDependencies returns an error, we have unfulfilled dependencies. // As of Helm 2.4.0, this is treated as a stopping condition: