ref: remove need for initializing to an empty string

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5395/head
Matthew Fisher 7 years ago
parent abd0e573ed
commit 4f11efa569
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -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 {

Loading…
Cancel
Save