From 660346d378fab489752876c290c787dbdd997cdc Mon Sep 17 00:00:00 2001 From: Zlaticanin Date: Fri, 13 Oct 2023 17:00:33 -0700 Subject: [PATCH] update --- backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.go b/backend.go index 4c5c3ce5..df7551b8 100644 --- a/backend.go +++ b/backend.go @@ -47,7 +47,7 @@ func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, } func backend() *azureSecretBackend { - b := azureSecretBackend{ + var b = azureSecretBackend{ updatePassword: true, }