Skip to content

Commit

Permalink
Fixed invalid reference for Vault client
Browse files Browse the repository at this point in the history
  • Loading branch information
vertisan committed Aug 30, 2024
1 parent 4027643 commit 3cc8574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

type Snapshot struct {
Vault *vault.Vault
Vault vault.Vault
}

func NewSnapshot(config *config.Configuration) (*Snapshot, error) {
Expand Down

0 comments on commit 3cc8574

Please sign in to comment.