Skip to content

Commit

Permalink
fix(dist build): remove unnecessary space in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed May 25, 2019
1 parent a9b0194 commit dd23c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/BuildDist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function run(results: PromptResults, parseResults: ParseResults):
.start('building dist');

const engine = new Liquid({
root: resolvePath(__dirname, '../../src/ templates'),
root: resolvePath(__dirname, '../../src/templates'),
extname: '.liquid',
});

Expand Down

0 comments on commit dd23c99

Please sign in to comment.