Fix typo
This commit is contained in:
parent
756e9d661c
commit
64ee43d75b
@ -53,7 +53,7 @@ func ActionServe(c *cli.Context) error {
|
||||
|
||||
// Setup logging
|
||||
loggers := setupLoggers(cfg)
|
||||
loggers.rootLogger.Infow("Startin apiary", "version", apiary.FullVersion())
|
||||
loggers.rootLogger.Infow("Starting apiary", "version", apiary.FullVersion())
|
||||
|
||||
// Setup store
|
||||
var s store.LoginAttemptStore
|
||||
|
Loading…
Reference in New Issue
Block a user