mirror of https://github.com/cheat/cheat.git
fix(typo): correct comment typo in `main.go`
This commit is contained in:
parent
efd09575df
commit
e15bc6c966
|
@ -68,7 +68,7 @@ func main() {
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// prompt the user to create a config file
|
// prompt the user to download the community cheatsheets
|
||||||
yes, err = installer.Prompt(
|
yes, err = installer.Prompt(
|
||||||
"Would you like to download the community cheatsheets? [Y/n]",
|
"Would you like to download the community cheatsheets? [Y/n]",
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in New Issue