Skip to content

Commit

Permalink
Case typo in "yaml:"Environments"
Browse files Browse the repository at this point in the history
Changed it to match what is in CloudBrute/config/config.yaml, otherwise it doesn't get used.
  • Loading branch information
PEN Consultants, LLC authored Aug 14, 2022
1 parent 87610a8 commit 8923375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Config struct {
IPInfo string `yaml:"ipinfo"` // API KEY
ProxyType string `yaml:"proxytype"`
Providers []string `yaml:"providers"`
Environments []string `yaml:"Environments"`
Environments []string `yaml:"environments"`
}

type RequestDetails struct {
Expand Down

0 comments on commit 8923375

Please sign in to comment.