Merge "Remove unused constant"

This commit is contained in:
Zuul 2019-07-01 17:53:41 +00:00 committed by Gerrit Code Review
commit feddb0b5b6

View File

@ -8,9 +8,6 @@ import (
"github.com/ian-howell/airshipctl/pkg/environment"
)
// PluginSettingsID is used as a key in the root settings map of plugin settings
const PluginSettingsID = "bootstrap"
// NewBootstrapCommand creates a new command for bootstrapping airshipctl
func NewBootstrapCommand(rootSettings *environment.AirshipCTLSettings) *cobra.Command {
bootstrapRootCmd := &cobra.Command{