Skip to content

Commit

Permalink
fix: recover index increase logic
Browse files Browse the repository at this point in the history
  • Loading branch information
loddit committed Aug 18, 2017
1 parent 010eff9 commit 8039538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions legilimens.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function renderPullRequestsReport(pullRequests) {
let index = 1;
pullRequests.forEach(function(pullRequest) {
output += `\n- [ ] ${index}. #${pullRequest.number} ${pullRequest.title} by @${pullRequest.user.login}`;
index++;
});
} else {
output += 'No new pull requests be merged.';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legilimens",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/bearyinnovative/legilimens.git"
Expand Down

0 comments on commit 8039538

Please sign in to comment.