Skip to content

Commit 1768532

Browse files
committed
Workaround for double sync config
1 parent 66c007c commit 1768532

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)