Fix typo in check output

This commit is contained in:
Felix
2021-04-23 19:19:03 +02:00
committed by GitHub
parent 68628d3776
commit dc6dd2e712

View File

@@ -17,7 +17,7 @@ var checkCmd = &cobra.Command{
CheckErr(internal.CheckConfig())
colors.Success.Println("Everyting is fine.")
colors.Success.Println("Everything is fine.")
},
}