Skip to content

Commit

Permalink
Update cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 5, 2023
1 parent 0736131 commit 5fbc29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const process = require('process');
const minimist = require('minimist');
const {description, version} = require('./package.json');
const oust = require('.');
const oust = require('./index.js');

const argv = minimist(process.argv.slice(2));

Expand Down

0 comments on commit 5fbc29a

Please sign in to comment.