Procházet zdrojové kódy

Resolve deprecated INI conversion (#9525)

Per 8fe474341f/deprecated.go (L24)
tags/v1.11.0-rc1
techknowlogick před 4 roky
rodič
revize
10455a88dc
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
contrib/environment-to-ini/environment-to-ini.go Zobrazit soubor

@@ -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") + "__"


Načítá se…
Zrušit
Uložit