Skip to content

Commit

Permalink
[Fixed]: Param wasn't being passed for --render option
Browse files Browse the repository at this point in the history
  • Loading branch information
agnivade committed Oct 11, 2017
1 parent e629780 commit b8f0117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tldr.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.render = (file) => {
}
// Getting the shortindex first to populate the shortindex var
index.getShortIndex(() => {
renderContent(content);
renderContent(content, {});
});
});
};
Expand Down

0 comments on commit b8f0117

Please sign in to comment.