Skip to content

Commit

Permalink
Use GetString for vault path (#7605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza authored and aman-bansal committed Mar 25, 2021
1 parent dc1662b commit 0ef503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/vault/vault_ee.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func parseFlags(flag *z.SuperFlag) (*config, error) {
if err := validateRequired(flagSecretIdFile, secretIdFile); err != nil {
return nil, err
}
path := flag.GetPath(flagPath)
path := flag.GetString(flagPath)
if err := validateRequired(flagPath, path); err != nil {
return nil, err
}
Expand Down

0 comments on commit 0ef503a

Please sign in to comment.