update error message

Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
pull/7187/head
zwwhdls 6 years ago
parent 906115c0d3
commit 2bdea5ae14

@ -115,7 +115,7 @@ func (p *Pull) Run(chartRef string) (string, error) {
}
} else {
return out.String(), errors.Errorf("failed to untar: %s already exited", ud)
return out.String(), errors.Errorf("failed to untar: a file or directory with the name %s already exists", ud)
}
return out.String(), chartutil.ExpandFile(ud, saved)

Loading…
Cancel
Save