fix(helm): fixed style issues on top of previous commit (3a43a9a487)

Closes #7033

Signed-off-by: Juan Matias Kungfu de la Camara Beovide <juanmatias@gmail.com>
pull/7074/head
Juan Matias Kungfu de la Camara Beovide 6 years ago
parent 3a43a9a487
commit f76be75b60

@ -295,7 +295,7 @@ func (i *Install) Run(chrt *chart.Chart, vals map[string]interface{}) (*release.
if len(i.Description) > 0 {
rel.SetStatus(release.StatusDeployed, i.Description)
}else{
} else {
rel.SetStatus(release.StatusDeployed, "Install complete")
}

@ -121,7 +121,7 @@ func (u *Uninstall) Run(name string) (*release.UninstallReleaseResponse, error)
rel.Info.Status = release.StatusUninstalled
if len(u.Description) > 0 {
rel.Info.Description = u.Description
}else{
} else {
rel.Info.Description = "Uninstallation complete"
}

Loading…
Cancel
Save