Skip to content

Commit 01ecfb5

Browse files
committed
🐛 Fix old variable reference in CLI (#24)
1 parent 4775049 commit 01ecfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/modclean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ModClean_CLI {
5353
// Display CLI header
5454
console.log(
5555
chalk.yellow.bold('MODCLEAN ') +
56-
chalk.gray(' Version ' + pkg.version) + "\n"
56+
chalk.gray(' Version ' + modclean.version) + "\n"
5757
);
5858

5959
// Display "running in test mode" message

0 commit comments

Comments
 (0)