hotfix: fix init dir permission deny

This commit is contained in:
fengcaiwen
2025-05-07 00:16:14 +08:00
committed by naison
parent 8b0e87592a
commit 5df0c3ffdc

View File

@@ -19,6 +19,8 @@ import (
)
func NewKubeVPNCommand() *cobra.Command {
config.Init()
var cmd = &cobra.Command{
Use: "kubevpn",
Short: i18n.T("KubeVPN offers a Cloud-Native Dev Environment that seamlessly connects to your Kubernetes cluster network."),