From 325b27133b914c53be2587a13068d8a9e8e2ca77 Mon Sep 17 00:00:00 2001 From: Cyril David Date: Tue, 26 Jan 2021 14:24:38 -0800 Subject: [PATCH] Make sure tenant is set correctly --- internal/cli/cli.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 96d3710f0..8f331bfe9 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -182,6 +182,8 @@ func (c *cli) init() error { } c.renderer.Format = display.OutputFormat(format) + c.renderer.Tenant = c.tenant + // Once initialized, we'll keep returning the same err that was // originally encountered. return c.errOnce