typo
This commit is contained in:
parent
0b86f1f4bb
commit
e48ec9ce0b
2
main.go
2
main.go
@ -42,7 +42,7 @@ func main() {
|
|||||||
log.Printf("Registering templates from %v/\n", Conf.TplPath)
|
log.Printf("Registering templates from %v/\n", Conf.TplPath)
|
||||||
tpl = template.Must(template.ParseGlob(Conf.TplPath + "/*"))
|
tpl = template.Must(template.ParseGlob(Conf.TplPath + "/*"))
|
||||||
if Conf.UserTplPath != "" {
|
if Conf.UserTplPath != "" {
|
||||||
log.Printf("Registering user templates from %v/\n", Conf.UsrTplPath)
|
log.Printf("Registering user templates from %v/\n", Conf.UserTplPath)
|
||||||
tpl = template.Must(tpl.ParseGlob(Conf.UserTplPath + "/*"))
|
tpl = template.Must(tpl.ParseGlob(Conf.UserTplPath + "/*"))
|
||||||
}
|
}
|
||||||
log.Println("Performing LDAP checks")
|
log.Println("Performing LDAP checks")
|
||||||
|
Loading…
Reference in New Issue
Block a user