aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/etcd.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/etcd.go')
-rw-r--r--plugin/etcd/etcd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/etcd.go b/plugin/etcd/etcd.go
index 1f091c487..236923b51 100644
--- a/plugin/etcd/etcd.go
+++ b/plugin/etcd/etcd.go
@@ -26,7 +26,7 @@ const (
etcdTimeout = 5 * time.Second
)
-var errKeyNotFound = errors.New("Key not found")
+var errKeyNotFound = errors.New("key not found")
// Etcd is a plugin talks to an etcd cluster.
type Etcd struct {