Skip to content

Commit

Permalink
Update dev-build template path
Browse files Browse the repository at this point in the history
Updated template path to match dev folder name.
  • Loading branch information
giffyglyph committed May 31, 2021
1 parent 8afe8c2 commit ea45d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/classes/Templates.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Templates = (function() {

function getRelativePath(path) {
return `modules/giffyglyphs-5e-monster-maker/templates/${path}`;
return `modules/giffyglyphs-5e-monster-maker-dev/templates/${path}`;
}

async function preloadTemplates() {
Expand Down

0 comments on commit ea45d73

Please sign in to comment.