Merge pull request #342 from justinsb/remove_unused_field

Remove unused field in UpgradeClusterCmd
This commit is contained in:
Justin Santa Barbara 2016-08-19 00:35:22 -04:00 committed by GitHub
commit 1756e47521
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import (
type UpgradeClusterCmd struct {
Yes bool
NewClusterName string
}
var upgradeCluster UpgradeClusterCmd