fix: minor typo

v1.18.x
Andrew Rodrigues 6 years ago committed by GitHub
parent 67875f7e1f
commit b99279a83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ function activate(plugin) {
process.exit(0);
}
db.sortetSetCard('plugins:active', next);
db.sortedSetCard('plugins:active', next);
},
function (numPlugins, next) {
winston.info('Activating plugin `%s`', plugin);

Loading…
Cancel
Save