Skip to content

Commit

Permalink
fix append issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Jan 22, 2025
1 parent a23ce16 commit bc44b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func NewSdkCollectionFromEnv(envVariable string, configTypes []string) *CtxColle
continue
}

cfg.ConfigTypes = append(configTypes)
cfg.ConfigTypes = append(cfg.ConfigTypes, configTypes...)

//collection.NewContext stores the new ctx in its internal collection
_, err = collection.NewContext(cfg)
Expand Down

0 comments on commit bc44b0d

Please sign in to comment.