From 3055fc4003dbb7f3cbfbb79bb34a47eb1519bb57 Mon Sep 17 00:00:00 2001 From: kyteinsky Date: Thu, 27 Aug 2026 22:06:06 +0000 Subject: [PATCH] fix(bug-report): use occ app_api:app:list for ExApp version Signed-off-by: kyteinsky --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 457974a1..1880b6c1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -25,7 +25,7 @@ body: - type: input attributes: label: Which version of backend context_chat are you using? - description: 'Can be found with the command `occ app:list | grep context_chat_backend`. For example: 1.0.0' + description: 'Can be found with the command `occ app_api:app:list | grep context_chat_backend`. For example: 1.0.0' validations: required: true - type: input