diff --git a/physical/consul.go b/physical/consul.go index 94a264a948..1d892d82f7 100644 --- a/physical/consul.go +++ b/physical/consul.go @@ -126,7 +126,7 @@ func (c *ConsulBackend) LockWith(key, value string) (Lock, error) { } cl := &ConsulLock{ client: c.client, - key: key, + key: c.path + key, lock: lock, } return cl, nil