Fix compile

This commit is contained in:
Jeff Mitchell 2018-03-16 13:55:56 -04:00
parent acd1df2343
commit 5675aee36e

View File

@ -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)