From e7ab4cc867e600de337698813872a87fd58c3e8e Mon Sep 17 00:00:00 2001 From: CristhianF7 Date: Thu, 1 Aug 2024 20:38:04 -0500 Subject: [PATCH] chore: test without provisioning --- internal/common/common.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/common/common.go b/internal/common/common.go index 9fff5c4f6..0026fe9e8 100644 --- a/internal/common/common.go +++ b/internal/common/common.go @@ -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