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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.")
},
}