Skip to content

feat: implement organization context in the cli #12259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 26, 2024
Prev Previous commit
Next Next commit
linting
  • Loading branch information
Emyrk committed Feb 22, 2024
commit a2f68eafa836339984e7e53c952354fe01bfaeca
2 changes: 1 addition & 1 deletion cli/organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (r *RootCmd) currentOrganization() *clibase.Cmd {
if err != nil {
return err
}
_, _ = fmt.Fprintf(inv.Stdout, out)
_, _ = fmt.Fprint(inv.Stdout, out)
}
return nil
},
Expand Down