Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Mar 24, 2019
1 parent 3b487bc commit f8afb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cobra-cmds/kache/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func runApp(cmd *cobra.Command, args []string) {
appConfig.MaxMultiBulkLength = config.DefaultMaxMultiBulkLength
config.AppConf = appConfig

fmt.Println(getAsciiBanner())
fmt.Println(getASCIIBanner())
fmt.Printf("Started at: %s\n", time.Now().Format(time.RFC850))
fmt.Printf("PID: %d\n", os.Getpid())
fmt.Printf("Port: %d\n", appConfig.Port)
Expand All @@ -140,7 +140,7 @@ func runApp(cmd *cobra.Command, args []string) {
srv.Start(appConfig)
}

func getAsciiBanner() string {
func getASCIIBanner() string {
val := `
██ ▄█▀▄▄▄ ▄████▄ ██░ ██ ▓█████
Expand Down

0 comments on commit f8afb04

Please sign in to comment.