mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Fix compile
This commit is contained in:
parent
acd1df2343
commit
5675aee36e
@ -38,7 +38,7 @@ func (c *PoliciesDeprecatedCommand) Run(args []string) int {
|
||||
BaseCommand: &BaseCommand{
|
||||
UI: c.UI,
|
||||
client: c.client,
|
||||
tokenHelper: c.TokenHelper,
|
||||
tokenHelper: c.tokenHelper,
|
||||
flagAddress: c.flagAddress,
|
||||
},
|
||||
}).Run(oargs)
|
||||
@ -50,7 +50,7 @@ func (c *PoliciesDeprecatedCommand) Run(args []string) int {
|
||||
BaseCommand: &BaseCommand{
|
||||
UI: c.UI,
|
||||
client: c.client,
|
||||
tokenHelper: c.TokenHelper,
|
||||
tokenHelper: c.tokenHelper,
|
||||
flagAddress: c.flagAddress,
|
||||
},
|
||||
}).Run(oargs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user