Compare commits

..

No commits in common. "82f6c1ea5427d8aa80b7ee05ad5b57e44cf9ec50" and "8e4ae72f7fd433af0084ac1561c77c4a57accee6" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ func init() {
flag.StringVar(&memProfilePath, "memprofile", "", "set path to saving pprof memory profile")
flag.Parse()
if err := env.Parse(config, env.Options{
if err := env.Parse(&config, env.Options{
Environment: nil,
OnSet: nil,
Prefix: "INDIEAUTH_",