Skip to content

Commit 1e82b29

Browse files
committed
Refine rekit plugins cmd.
1 parent db0e48c commit 1e82b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rekit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ switch (args.commandName) {
178178
break;
179179
}
180180
case 'plugins': {
181-
const plugins = rekit.core.plugin.getAllPlugins();
181+
const plugins = rekit.core.plugin.getInstalledPlugins();
182182
console.log(`Found ${plugins.length} plugins installed. `);
183183
console.log();
184184
plugins.forEach((p, i) => {

0 commit comments

Comments
 (0)