fix(typo): correct comment typo in `main.go`

This commit is contained in:
Chris Lane 2020-03-05 17:49:50 -05:00
parent efd09575df
commit e15bc6c966
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func main() {
os.Exit(0)
}
// prompt the user to create a config file
// prompt the user to download the community cheatsheets
yes, err = installer.Prompt(
"Would you like to download the community cheatsheets? [Y/n]",
true,