diff --git a/cmd/root.go b/cmd/root.go index da8ab94e28d1d9f2fbe00514d3cc470538ee1e3c..2506c54230c206dbcdb3cc4b586d542d9644b8fb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -99,7 +99,7 @@ func initConfig() { if err := viper.ReadInConfig(); err == nil { colorPrint(check.INFO, fmt.Sprintf("Using config file: %s\n", viper.ConfigFileUsed())) } else { - colorPrint(check.FAIL, fmt.Sprintf("Faied to read config file: %v\n", err)) + colorPrint(check.FAIL, fmt.Sprintf("Failed to read config file: %v\n", err)) os.Exit(1) } }