Skip to content

Commit

Permalink
fix: a missing break (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 16, 2024
1 parent a2919b7 commit afd1efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/progress/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func DisplaySuccessMessage(cluster types.Cluster) successMsg {

case "vultr":
cloudCliKubeconfig = fmt.Sprintf("vultr-cli kubernetes config %s", cluster.ClusterName)
break

case "k3s":
cloudCliKubeconfig = fmt.Sprint(("use the kubeconfig file outputed from terraform to acces to the cluster"))
Expand Down

0 comments on commit afd1efa

Please sign in to comment.