Commit 08f45040 authored by Andrii Soldatenko's avatar Andrii Soldatenko

Fixed typo

parent 1a56c3ca
...@@ -229,7 +229,7 @@ func (i *installCmd) run() error { ...@@ -229,7 +229,7 @@ func (i *installCmd) run() error {
} }
if req, err := chartutil.LoadRequirements(chartRequested); err == nil { if req, err := chartutil.LoadRequirements(chartRequested); err == nil {
// If checkDependencies returns an error, we have unfullfilled 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:
// https://github.com/kubernetes/helm/issues/2209 // https://github.com/kubernetes/helm/issues/2209
if err := checkDependencies(chartRequested, req); err != nil { if err := checkDependencies(chartRequested, req); err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment