Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove duplicate config init (#1626)
1. there is `cobra.OnInitialize(initConfig)` in function `init` to do the configure init process 2. call of `initConfig` in this line makes no sense, as the `cfgFile` is blank at this time. Co-authored-by: Anna Lushnikova <[email protected]>
- Loading branch information