Skip to content
Snippets Groups Projects
Unverified Commit 53faeabe authored by Levente Pap's avatar Levente Pap Committed by GitHub
Browse files

Re-enable banner plugin (#830)

parent b81af022
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ const ( ...@@ -30,7 +30,7 @@ const (
// Plugin gets the plugin instance. // Plugin gets the plugin instance.
func Plugin() *node.Plugin { func Plugin() *node.Plugin {
once.Do(func() { once.Do(func() {
plugin = node.NewPlugin(PluginName, node.Disabled, configure, run) plugin = node.NewPlugin(PluginName, node.Enabled, configure, run)
}) })
return plugin return plugin
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment