Skip to content

Commit ae17524

Browse files
authored
Merge pull request #237 from covexo/issue-233
Issue 233
2 parents aa99efc + 54c83f0 commit ae17524

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/init.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ func (cmd *InitCmd) Run(cobraCmd *cobra.Command, args []string) {
192192
if err != nil {
193193
log.With(err).Fatalf("Config error: %s", err.Error())
194194
}
195+
196+
_ = configutil.GetConfig(true)
195197
}
196198
}
197199

0 commit comments

Comments
 (0)