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

Move CLI-related assets to subfolder.

This commit is contained in:
hacksalot
2016-01-09 16:14:28 -05:00
parent bece335a64
commit c5b8eec33a
6 changed files with 18 additions and 17 deletions

View File

@ -107,7 +107,7 @@ Error-handling routines for HackMyResume.
}).join( chalk.yellow(', ')) + chalk.yellow(").\n\n");
msg += chalk.gray(FS.readFileSync(
PATH.resolve(__dirname, '../use.txt'), 'utf8' ));
PATH.resolve(__dirname, '../cli/use.txt'), 'utf8' ));
break;
case HACKMYSTATUS.invalidCommand: