Skip to content

Commit

Permalink
fix: improve getting KUBECONFIG command for Civo (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Nov 2, 2023
1 parent 1567ee0 commit 1382537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/progress/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func DisplaySuccessMessage(cluster types.Cluster) successMsg {
break

case "civo":
cloudCliKubeconfig = fmt.Sprintf("civo kubernetes config %s > ~/.kube/config", cluster.ClusterName)
cloudCliKubeconfig = fmt.Sprintf("civo kubernetes config %s --save", cluster.ClusterName)
break

case "digitalocean":
Expand Down

0 comments on commit 1382537

Please sign in to comment.