techknowlogick
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
contrib/environment-to-ini/environment-to-ini.go
|
|
@ -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") + "__" |
|
|
|
|
|
|
|