mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix typo and return error
This commit is contained in:
parent
a1acee52cc
commit
d5bf6efebc
1 changed files with 2 additions and 2 deletions
|
|
@ -90,9 +90,9 @@ func untarChart(r io.Reader) error {
|
|||
return err
|
||||
}
|
||||
if c == nil {
|
||||
fmt.Errorf("Failed to untar the chart")
|
||||
return fmt.Errorf("Failed to untar the chart")
|
||||
}
|
||||
return fmt.Errorf("Not implemented yeet")
|
||||
return fmt.Errorf("Not implemented yee")
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue