Skip to content

Commit

Permalink
Resolve deprecated INI conversion (#9525)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 28, 2019
1 parent 55cd33e commit 10455a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/environment-to-ini/environment-to-ini.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func runEnvironmentToIni(c *cli.Context) error {
} else {
log.Warn("Custom config '%s' not found, ignore this if you're running first time", setting.CustomConf)
}
cfg.NameMapper = ini.AllCapsUnderscore
cfg.NameMapper = ini.SnackCase

prefix := c.String("prefix") + "__"

Expand Down

0 comments on commit 10455a8

Please sign in to comment.