Skip to content
Snippets Groups Projects
Commit f6509b80 authored by Liz Rice's avatar Liz Rice
Browse files

Typo

parent b36832e4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment