Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Aug 25, 2024
1 parent 20be8a5 commit 48b7ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function generate (templateData, options) {
state.options = options

/* register all dmd partials. */
await registerPartials(path.resolve(__dirname, './partials/**/*.hbs'))
await registerPartials(path.resolve(__dirname, '.\\partials\\**\\*.hbs'))

/* if plugins were specified, register the helpers/partials from them too */
if (options.plugin) {
Expand Down

0 comments on commit 48b7ca4

Please sign in to comment.