Remove unused constant
Change-Id: I4e8eff5829fb525dd91162213a53bd318ee594c0
This commit is contained in:
parent
dfe8fd0bf1
commit
9212e67c23
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user