mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Fix template expansion error.
This commit is contained in:
parent
ed3fc12806
commit
8b57f9ce57
@ -93,7 +93,7 @@ module.exports = function () {
|
||||
var mk = FS.readFileSync( themeFile, 'utf8' );
|
||||
|
||||
// Compile and invoke the template!
|
||||
mk = single( rez.rep, mk, fType, cssData, fName );
|
||||
mk = single( rez, mk, fType, cssData, fName );
|
||||
|
||||
// Post-process and save the file
|
||||
fType === 'html' && (mk = html( mk, themeFile, fOut ));
|
||||
|
Loading…
Reference in New Issue
Block a user