Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit bf3001c

Browse files
committed
Removed unnecessary path.
1 parent a11df4e commit bf3001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Handlebars = require('handlebars');
55

66
const plugin = data => new Promise((resolve, reject) => {
77

8-
fs.readFile(path.join(__dirname, './template.hbs'), 'utf8', (err, contents) => {
8+
fs.readFile(path.join(__dirname, 'template.hbs'), 'utf8', (err, contents) => {
99

1010
if (err) {
1111

0 commit comments

Comments
 (0)