1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 15:57:07 +01:00

Update fluent-themes --> fresh-themes.

This commit is contained in:
hacksalot
2015-12-30 18:50:58 -05:00
parent d4e0a0fa05
commit d901047043
3 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ Implementation of the 'generate' verb for HackMyResume.
function verify_theme( themeNameOrPath ) {
var tFolder = PATH.resolve(
__dirname,
'../../node_modules/fluent-themes/themes',
'../../node_modules/fresh-themes/themes',
themeNameOrPath
);
var exists = require('path-exists').sync;