mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Fix --version
This commit is contained in:
parent
fbf07cda0c
commit
f4b03826b0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = function() {
|
|||
process.exitCode = ExitCodes.SUCCESS;
|
||||
|
||||
if(true === argv.version) {
|
||||
return console.info(require('../package.json').version);
|
||||
return console.info(require('../../package.json').version);
|
||||
}
|
||||
|
||||
if(0 === argv._.length ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue