Skip to content

Commit

Permalink
clusterCreate: fix response fields
Browse files Browse the repository at this point in the history
closes #23
  • Loading branch information
Mate Ory committed Jan 15, 2019
1 parent 5a06651 commit ff4f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func ClusterCreate(cmd *cobra.Command, args []string) {
}
log.Info("cluster is being created")
log.Infof("you can check its status with the command `banzai cluster get %q`", out.Name)
Out1(cluster, []string{"Id", "Name", "Status"})
Out1(cluster, []string{"Id", "Name"})
}

func validateClusterCreateRequest(val interface{}) error {
Expand Down

0 comments on commit ff4f059

Please sign in to comment.