Merge pull request #53 from TheForcer/master

Fix typo in check output
This commit is contained in:
Nicco 2021-04-24 13:19:34 +02:00 committed by GitHub
commit be25af2d76
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.")
},
}