Skip to content

Commit

Permalink
[typo] fix typo in startup messages
Browse files Browse the repository at this point in the history
  • Loading branch information
steelion authored and ckotzbauer committed May 11, 2022
1 parent 39d60e4 commit e619306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func initConfig() {
func printVersion() {
logrus.Info(fmt.Sprintf("Version: %s", Version))
logrus.Info(fmt.Sprintf("Commit: %s", Commit))
logrus.Info(fmt.Sprintf("Buit at: %s", Date))
logrus.Info(fmt.Sprintf("Buit by: %s", BuiltBy))
logrus.Info(fmt.Sprintf("Built at: %s", Date))
logrus.Info(fmt.Sprintf("Built by: %s", BuiltBy))
logrus.Info(fmt.Sprintf("Go Version: %s", runtime.Version()))
}

Expand Down

0 comments on commit e619306

Please sign in to comment.