Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy committed Mar 30, 2020
1 parent a3b4d94 commit e086c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cli/cmd/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (

func (r *runners) InitInstallerCommand(parent *cobra.Command) *cobra.Command {
installerCommand := &cobra.Command{
Use: "installer",
Short: "Manage Kubernetes installers",
Long: `The installers command allows vendors to create, display, modify and promote kurl.sh specs for managing the installation of Kubernetes.`,
SilenceUsage: true,
Use: "installer",
Short: "Manage Kubernetes installers",
Long: `The installers command allows vendors to create, display, modify and promote kurl.sh specs for managing the installation of Kubernetes.`,
SilenceUsage: true,
}
parent.AddCommand(installerCommand)

Expand Down
4 changes: 2 additions & 2 deletions pkg/kotsclient/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func (c *GraphQLClient) CreateVendorInstaller(appID string, yaml string) (*types
Query: kotsCreateInstaller,

Variables: map[string]interface{}{
"appId": appID,
"yaml": yaml,
"appId": appID,
"yaml": yaml,
},
}

Expand Down

0 comments on commit e086c45

Please sign in to comment.