Merge pull request #53 from TheForcer/master

Fix typo in check output
pull/60/head
Nicco 4 years ago committed by GitHub
commit be25af2d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save