diff --git a/src/fluentcmd.js b/src/fluentcmd.js index c25fee4..cf2c7f5 100644 --- a/src/fluentcmd.js +++ b/src/fluentcmd.js @@ -84,7 +84,7 @@ module.exports = function () { var fOut = path.join( f.substring( 0, f.lastIndexOf('.') + 1 ) + fObj.ext ); // Generate! - _log( 'Generating ' + fType.toUpperCase() + ' resume: ' + fOut ); + _log( 'Generating ' + fType.toUpperCase() + ' resume: ' + path.relative(process.cwd(), f) ); return fObj.gen.generate( rez, fOut, _opts.theme ); } catch( ex ) {