Skip to content

Commit

Permalink
Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Sep 19, 2022
1 parent 12c4c41 commit 26382ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func ProcessWith(ctx context.Context, i interface{}, l Lookuper, fns ...MutatorF
//
// func DefaultConfig() *Config {
// var cfg Config
// if err := envconfig.ExtractDefaults(); err != nil {
// if err := envconfig.ExtractDefaults(ctx, &cfg); err != nil {
// panic("failed to extract default config: %s" + err.Error())
// }
// return &cfg
Expand Down

0 comments on commit 26382ce

Please sign in to comment.