Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Oct 14, 2023
1 parent fe27877 commit 660346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend,
}

func backend() *azureSecretBackend {
b := azureSecretBackend{
var b = azureSecretBackend{
updatePassword: true,
}

Expand Down

0 comments on commit 660346d

Please sign in to comment.