Skip to content

Commit

Permalink
fix(cli): app list properly use configured organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeo committed Dec 11, 2024
1 parent 98cac5a commit 211a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/app/list/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func run(cmd *cobra.Command) error {
}

service := app.New(gql.NewClient(), nil, http.DefaultClient)
err := list(cmd.Context(), service, AppListInput{OrganizationSlug: cmdArgs.organizationSlug})
err := list(cmd.Context(), service, AppListInput{OrganizationSlug: orgSlug})

return errorhandling.ErrorAlreadyPrinted(err)
}
Expand Down

0 comments on commit 211a24d

Please sign in to comment.