From 5675aee36e809bac36d2b8b26d385c7447fa8906 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 16 Mar 2018 13:55:56 -0400 Subject: [PATCH] Fix compile --- command/policies_deprecated.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/policies_deprecated.go b/command/policies_deprecated.go index 1cd9c88ea4..79c8722491 100644 --- a/command/policies_deprecated.go +++ b/command/policies_deprecated.go @@ -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)