Remove unused constant

Change-Id: I4e8eff5829fb525dd91162213a53bd318ee594c0
This commit is contained in:
Ian Howell 2019-06-24 11:38:01 -05:00
parent dfe8fd0bf1
commit 9212e67c23

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{