diff --git a/bin/ssu b/bin/ssu index 830654a9..56f9c593 100755 --- a/bin/ssu +++ b/bin/ssu @@ -268,7 +268,7 @@ function notify () { var db = connect() return loadConfig(db) .then(function (config) { - config.exchanges.plugins.current.notify = JSON.stringify(plugins) + config.exchanges.plugins.current.notify = plugins return updateConfig(db, config) }) .then(function () {