1
0
Fork 0

add proxy to sysConfig during connect

This commit is contained in:
tedwardd 2023-06-14 16:17:29 -04:00
parent ba73eba439
commit 1e979d4430
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ func connectBase() *cobra.Command {
},
Run: func(cmd *cobra.Command, args []string) {
sysConfig = make(map[string]interface{})
sysConfig["proxy"] = ""
sys, err := system.New(sysType, &sysConfig, LOG)
if err != nil {
LOG.Panicln(err)