From 4f11efa569f6f5a829303d12fd0ad380cd1e2ac9 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 4 Mar 2019 13:35:32 -0800 Subject: [PATCH] ref: remove need for initializing to an empty string Signed-off-by: Matthew Fisher --- cmd/helm/upgrade.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index 7ad0aa6e1..7a6e2445b 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -285,7 +285,6 @@ func (u *upgradeCmd) run() error { force: u.force, timeout: u.timeout, wait: u.wait, - description: "", disableHooks: u.disableHooks, } if err := rollback.run(); err != nil {