This commit is contained in:
Julian Lam
2015-01-15 13:53:17 -05:00
parent 36cfbbbc58
commit d4d99cba7c

View File

@@ -88,7 +88,7 @@ module.exports = function(Plugins) {
if (err) {
return callback(err);
}
plugins.fireHook('action:plugin.' + type, id);
Plugins.fireHook('action:plugin.' + type, id);
callback(null, {id: id, installed: !installed});
});
});