strip tab from empty line

This commit is contained in:
Fluf 2018-06-08 12:05:09 -04:00 committed by GitHub
parent 1737350e53
commit 00c508c767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ func runChangePassword(c *cli.Context) error {
if err := argsSet(c, "username", "password"); err != nil {
return err
}
if c.IsSet("config") {
setting.CustomConf = c.String("config")
}