diff --git a/cli/cmd/nss.go b/cli/cmd/nss.go index eb3c55de5..b8aeac332 100644 --- a/cli/cmd/nss.go +++ b/cli/cmd/nss.go @@ -87,7 +87,7 @@ func nssCommandFunc(command *cobra.Command, args []string) { } var conf config.IConfig - conf = gc + conf = nc if conf == nil { logger.Printf("ECAPTURE :: \tcant found module %s config info.", mod.Name()) break