mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
parent
971d4a5439
commit
ca94513630
@ -226,8 +226,7 @@ Implementation of the 'generate' verb for HackMyResume.
|
||||
};
|
||||
}),
|
||||
function(t) {
|
||||
return t.format === 'all' ||
|
||||
theme.hasFormat( parsePath( t.format ).extname.substr(1));
|
||||
return t.format === 'all' || theme.hasFormat( t.format );
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user