diff --git a/cmd/app/list/cmd.go b/cmd/app/list/cmd.go index 437539f..79860d2 100644 --- a/cmd/app/list/cmd.go +++ b/cmd/app/list/cmd.go @@ -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) }