Skip to content

Commit

Permalink
adding config.contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Oct 8, 2020
1 parent d55c93d commit 9542494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/all-contributors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export default class AllContributorsPlugin implements IPlugin {
);

if (notInitalized && file) {
await generateContributorReadme(config, undefined)
await generateContributorReadme(config, config.contributors)

}
} catch { }
Expand Down

0 comments on commit 9542494

Please sign in to comment.