Skip to content

Commit 47d26f0

Browse files
committed
chore(utils): restore original name
1 parent 891c7f5 commit 47d26f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@packages/utils/pkg-check.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require = function(id) {
3333
};
3434
`;
3535

36-
const cliYargs = yargs
36+
const cli = yargs
3737
.options({
3838
cwd: {
3939
description: 'directory to execute in',
@@ -131,7 +131,7 @@ function main(flags) {
131131
});
132132
}
133133

134-
main(cliYargs.argv)
134+
main(cli.argv)
135135
.then(report => {
136136
if (report.problems.length > 0) {
137137
console.log(

0 commit comments

Comments
 (0)