Skip to content

Commit

Permalink
Merge pull request #111 from arapulido/fix_kubeapps_spelling
Browse files Browse the repository at this point in the history
Fix Kubeapps spelling
  • Loading branch information
ngtuna authored Jan 3, 2018
2 parents 49082b7 + adf0a55 commit 12fe02d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cmd/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ type dashboardCmdOptions struct {

var dashboardCmd = &cobra.Command{
Use: "dashboard FLAG",
Short: "Opens the KubeApps Dashboard",
Long: "Opens the KubeApps Dashboard",
Short: "Opens the Kubeapps Dashboard",
Long: "Opens the Kubeapps Dashboard",
RunE: func(cmd *cobra.Command, args []string) error {
config, err := buildOutOfClusterConfig()
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions cmd/down.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (

var downCmd = &cobra.Command{
Use: "down FLAG",
Short: "Uninstall KubeApps components.",
Long: `Uninstall KubeApps components.`,
Short: "Uninstall Kubeapps components.",
Long: `Uninstall Kubeapps components.`,
RunE: func(cmd *cobra.Command, args []string) error {
c := kubecfg.DeleteCmd{
DefaultNamespace: "default",
Expand Down
6 changes: 3 additions & 3 deletions cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ limitations under the License.
package cmd

import (
"bytes"
"encoding/json"
"fmt"
"io"
"sort"
"strconv"
"strings"

"bytes"
"github.com/ghodss/yaml"
"github.com/gosuri/uitable"
"github.com/ksonnet/kubecfg/pkg/kubecfg"
Expand Down Expand Up @@ -54,8 +54,8 @@ var MongoDB_SecretFields = []string{"mongodb-root-password"}

var upCmd = &cobra.Command{
Use: "up FLAG",
Short: "Install KubeApps components.",
Long: `Install KubeApps components.
Short: "Install Kubeapps components.",
Long: `Install Kubeapps components.
List of components that kubeapps up installs:
Expand Down

0 comments on commit 12fe02d

Please sign in to comment.