Commit d5bf6efe authored by vaikas-google's avatar vaikas-google

fix typo and return error

parent a1acee52
...@@ -90,9 +90,9 @@ func untarChart(r io.Reader) error { ...@@ -90,9 +90,9 @@ func untarChart(r io.Reader) error {
return err return err
} }
if c == nil { 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")
} }
......
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