Fix compile

This commit is contained in:
Jeff Mitchell 2018-03-16 13:55:56 -04:00
parent 1cef14036f
commit 61c26fdf57
1 changed files with 2 additions and 2 deletions

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)