Skip to content

Commit

Permalink
fix: fix missing file issue in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Dec 2, 2022
1 parent 9e4d431 commit 6f1abe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion commands/cli/lib/index.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node
const yargs = require('yargs');
const importCwd = require('import-cwd');
const checkNodeVersion = require('../utils/checkNodeVersion');
const checkNodeVersion = require('./checkNodeVersion');
const pkg = require('../package.json');

checkNodeVersion(pkg);
Expand Down

0 comments on commit 6f1abe7

Please sign in to comment.