Skip to content

Commit 1c56695

Browse files
committed
Changed template file name.
1 parent 764c741 commit 1c56695

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports.buildDashDocSet = function (input) {
2525

2626
zip.addFile(
2727
input.title + '.docset/Contents/Resources/Documents/' + method.ctx.uid + '.html',
28-
require('../templates/dash/index.hbs')(method)
28+
require('../templates/dash/method.hbs')(method)
2929
);
3030

3131
}
File renamed without changes.

0 commit comments

Comments
 (0)