small fixes

This commit is contained in:
Sahilb315
2025-12-17 23:25:02 +05:30
parent 1655bf1921
commit 3bc4120375
4 changed files with 6 additions and 7 deletions
-1
View File
@@ -63,7 +63,6 @@ func main() {
}
globalConfig = cfg
fmt.Printf("Config: %+v", globalConfig)
log.InitZapLogger("pmg", "cli")
cmd.SetContext(globalConfig.Inject(cmd.Context()))
},