Skip to content

Commit

Permalink
Make sure tenant is set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx committed Jan 26, 2021
1 parent 02e5ed4 commit 325b271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 325b271

Please sign in to comment.