Skip to content

Commit

Permalink
chore: test without provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Aug 2, 2024
1 parent fb8a109 commit e7ab4cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ func versionCheck() (res *CheckResponse, skip bool) {
func GetRootCredentials(cmd *cobra.Command, args []string) error {
clusterName := viper.GetString("flags.cluster-name")

fmt.Print(clusterName)

cluster, err := cluster.GetCluster("jd-test-4-axmhv")
cluster, err := cluster.GetCluster(clusterName)
if err != nil {
progress.Error(err.Error())
return err
Expand Down

0 comments on commit e7ab4cc

Please sign in to comment.