pull/11048/merge
Nicklas Frahm 3 years ago committed by GitHub
commit 22b8ea3e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,6 @@ func (d *Dependency) List(chartpath string, out io.Writer) error {
}
d.printDependencies(chartpath, out, c)
fmt.Fprintln(out)
d.printMissing(chartpath, out, c.Metadata.Dependencies)
return nil
}

Loading…
Cancel
Save