Skip to content

Commit

Permalink
fix(clustertool): forgot to load TalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 6, 2024
1 parent e0d6edc commit e3898aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clustertool/pkg/gencmd/genconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

func GenConfig(args []string) error {
talassist.LoadTalConfig()
talassist.GenSchema()
initfiles.GenTalEnvConfigMap()
initfiles.CheckEnvVariables()
Expand Down

0 comments on commit e3898aa

Please sign in to comment.