Skip to content

Commit e3898aa

Browse files
committed
fix(clustertool): forgot to load TalConfig
1 parent e0d6edc commit e3898aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clustertool/pkg/gencmd/genconfig.go

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
)
1616

1717
func GenConfig(args []string) error {
18+
talassist.LoadTalConfig()
1819
talassist.GenSchema()
1920
initfiles.GenTalEnvConfigMap()
2021
initfiles.CheckEnvVariables()

0 commit comments

Comments
 (0)