Skip to content

Commit

Permalink
Merge pull request #5 from nicogramm/patch-1
Browse files Browse the repository at this point in the history
Change phrasing of message in UI
  • Loading branch information
Tejas Kumar committed Jan 8, 2019
2 parents 6801c1b + e7b72d8 commit da093c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -63,7 +63,7 @@ if (!cli.input.length) {
{
type: "checkbox-plus",
name: "input",
message: "What environments would your .gitignore to ignore?",
message: "What environments do you want your .gitignore to ignore?",
choices: results.map(name => ({ name })),
pageSize: 10,
highlight: true,
Expand Down

0 comments on commit da093c6

Please sign in to comment.