Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
vault backend fix
Browse files Browse the repository at this point in the history
  • Loading branch information
b0000000000000t committed Nov 5, 2018
1 parent 653cbec commit 04f5b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ func (b *Backend) Get(ctx context.Context, key string) ([]byte, error) {

return nil, backend.ErrNotFound
}
func (b *Backend) Name() string {
return "vault"
}

0 comments on commit 04f5b4f

Please sign in to comment.