From b99279a83c92c8dc5aafd03f1026d47cf9833662 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Wed, 11 Sep 2019 01:33:39 -0400 Subject: [PATCH] fix: minor typo --- src/cli/manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/manage.js b/src/cli/manage.js index feae350e47..0b3d5fd683 100644 --- a/src/cli/manage.js +++ b/src/cli/manage.js @@ -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);