diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
commit | 5f451ffbba6b9758d61ba70ddd112a8e1570045a (patch) | |
tree | aafd7e6fe00dd6b53ab768fcf45535384f4c9df7 /plugins/resetter | |
parent | c9770668debb203f121d8a5f08a3e3c19f4535ea (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/resetter')
-rw-r--r-- | plugins/resetter/plugin.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/resetter/plugin.go b/plugins/resetter/plugin.go index a80c2c0f..4feb692a 100644 --- a/plugins/resetter/plugin.go +++ b/plugins/resetter/plugin.go @@ -75,8 +75,7 @@ func (p *Plugin) Name() string { } // Available interface implementation -func (p *Plugin) Available() bool { - return true +func (p *Plugin) Available() { } // RPC returns associated rpc service. |