Skip to content

Commit

Permalink
Merge pull request #75 from arapulido/fix_cmd_typo
Browse files Browse the repository at this point in the history
Improved a bit the messages we show to the user
  • Loading branch information
ngtuna authored Dec 6, 2017
2 parents 9384c03 + 6ca1544 commit 2d4c89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func isGKE(disco discovery.DiscoveryInterface) (bool, error) {

func printOutput(w io.Writer, c *kubernetes.Clientset) error {
fmt.Printf("\nKubeapps has been deployed successfully. \n" +
"It may takes few minutes for all components to be ready. \n\n")
"It may take a few minutes for all components to be ready. \n\n")
nss := []string{KubeappsNS, KubelessNS, SystemNS}
err := printSvc(w, c, nss)
if err != nil {
Expand All @@ -206,7 +206,7 @@ func printOutput(w io.Writer, c *kubernetes.Clientset) error {
return err
}

fmt.Printf("Checking `kubectl get all --all-namespaces -l created-by=kubeapps` for details. \n\n")
fmt.Printf("You can run `kubectl get all --all-namespaces -l created-by=kubeapps` to check the status of the Kubeapps components. \n\n")

return nil
}
Expand Down

0 comments on commit 2d4c89b

Please sign in to comment.