diff options
Diffstat (limited to 'plugins/kv/storage.go')
-rw-r--r-- | plugins/kv/storage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kv/storage.go b/plugins/kv/storage.go index fe2fa10b..319915c5 100644 --- a/plugins/kv/storage.go +++ b/plugins/kv/storage.go @@ -90,7 +90,7 @@ func (p *Plugin) Serve() chan error { return errCh } - // config key for the particular sub-driver + // config key for the particular sub-driver kv.memcached configKey := fmt.Sprintf("%s.%s", PluginName, k) // at this point we know, that driver field present in the cofiguration switch v.(map[string]interface{})[driver] { |