Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit d542ef6

Browse files
committed
fix function call
1 parent a9fea7c commit d542ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = class extends Generator {
9696
{
9797
name: 'author',
9898
message: 'What\'s your GitHub username?',
99-
default: async () => await this.github.username(),
99+
default: async () => await this.user.github.username(),
100100
store: true,
101101
validate: x => x.length > 0 ? true : 'You have to provide a username',
102102
when: () => !this.options.org

0 commit comments

Comments
 (0)