mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-08 15:55:00 +08:00
chore: fix typo
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
func main() {
|
||||
log.Logger = log.Logger.With().Caller().Logger()
|
||||
if !utils.ShoudLogJSON(os.Environ(), os.Args) {
|
||||
if !utils.ShouldLogJSON(os.Environ(), os.Args) {
|
||||
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr, TimeFormat: time.RFC3339})
|
||||
}
|
||||
cmd.Run()
|
||||
|
||||
Reference in New Issue
Block a user