diff --git a/secret/driver/plain.go b/secret/driver/plain.go index 509cc22..ff013dd 100644 --- a/secret/driver/plain.go +++ b/secret/driver/plain.go @@ -29,5 +29,5 @@ func (p Plain) Type() string { } func (p Plain) GetKey() string { - return "plainTextDoesntHaveAKey" + return "plainDoesntHaveAKey" }