diff --git a/bin/create-probot-app.js b/bin/create-probot-app.js index 81e1363c79..d598c68308 100755 --- a/bin/create-probot-app.js +++ b/bin/create-probot-app.js @@ -55,7 +55,7 @@ const prompts = [ }, { type: 'input', - name: 'desc', + name: 'description', default () { return 'A Probot app' },