Skip to content

Commit

Permalink
fix: #68 change default to something that is not hubot
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Jan 5, 2024
1 parent 28a76bd commit 52b738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class HubotGenerator extends Generator {
type: 'input',
name: 'botName',
message: 'Bot name',
default: 'hubot'
default: 'mybot'
},
{
type: 'input',
Expand Down

0 comments on commit 52b738e

Please sign in to comment.