Skip to content

Commit

Permalink
fix erroneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Oct 7, 2020
1 parent 12dc039 commit ff7cdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/all-contributors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,9 @@ export default class AllContributorsPlugin implements IPlugin {
fs.writeFileSync(file, newReadMe);
})
);
} else {
auto.logger.verbose.warn(`"${username}" had no new contributions...`);
}

auto.logger.verbose.warn(`"${username}" had no new contributions...`);
}

if (didUpdate) {
Expand Down

0 comments on commit ff7cdcf

Please sign in to comment.