format source code

Signed-off-by: Stanton Xu <xjiefeng@gmail.com>
pull/8262/head
Stanton Xu 5 years ago
parent 17bbdc180c
commit 5952ebbc9e

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

Loading…
Cancel
Save