From d85091bb122b5ae815ebc75b672f2922ee2e1fca Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Tue, 17 Oct 2023 16:22:19 +0800 Subject: [PATCH] typo(run): typo starting --- cmd/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/command.go b/cmd/command.go index 3404ddfc..2d01a12a 100644 --- a/cmd/command.go +++ b/cmd/command.go @@ -65,7 +65,7 @@ To run answer, use: Run: func(_ *cobra.Command, _ []string) { cli.FormatAllPath(dataDirPath) fmt.Println("config file path: ", cli.GetConfigFilePath()) - fmt.Println("Answer is string..........................") + fmt.Println("Answer is starting..........................") runApp() }, }