fix typo and return error

pull/642/head
vaikas-google 9 years ago
parent a1acee52cc
commit d5bf6efebc

@ -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…
Cancel
Save