Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit d409636

Browse files
author
Michael Weber
committed
remove unneeded glob from backend config
1 parent 304add6 commit d409636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func newBackend() logical.Backend {
3030
Help: strings.TrimSpace(backendHelp),
3131
PathsSpecial: &logical.Paths{
3232
SealWrapStorage: []string{
33-
"config/*",
33+
"config/",
3434
},
3535
},
3636
Paths: []*framework.Path{

0 commit comments

Comments
 (0)