Skip to content

Commit 10455a8

Browse files
1 parent 55cd33e commit 10455a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/environment-to-ini/environment-to-ini.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func runEnvironmentToIni(c *cli.Context) error {
104104
} else {
105105
log.Warn("Custom config '%s' not found, ignore this if you're running first time", setting.CustomConf)
106106
}
107-
cfg.NameMapper = ini.AllCapsUnderscore
107+
cfg.NameMapper = ini.SnackCase
108108

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

0 commit comments

Comments
 (0)