Skip to content

Commit e2fa09a

Browse files
authored
Merge pull request #24 from probot/description-patch
update description variable name
2 parents d934f51 + cfd6481 commit e2fa09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-probot-app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const prompts = [
5555
},
5656
{
5757
type: 'input',
58-
name: 'desc',
58+
name: 'description',
5959
default () {
6060
return 'A Probot app'
6161
},

0 commit comments

Comments
 (0)