Skip to content

Commit

Permalink
fix fly orgs builder show cmd; it needs to call endpoint that queri…
Browse files Browse the repository at this point in the history
…es builder info
  • Loading branch information
tvdfly committed Oct 10, 2022
1 parent 2b71177 commit 767f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/orgs/builder/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func runShow(ctx context.Context) error {

orgName := flag.FirstArg(ctx)

org, err := client.GetOrganizationBySlug(ctx, orgName)
org, err := client.GetDetailedOrganizationBySlug(ctx, orgName)
if err != nil {
return fmt.Errorf("failed getting org: %w", err)
}
Expand Down

0 comments on commit 767f092

Please sign in to comment.