From 2a35f3729114247464cb3cc188dc9b597ae307f1 Mon Sep 17 00:00:00 2001 From: kyteinsky Date: Thu, 27 Aug 2026 22:06:04 +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 87d01af4..6c82c0bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,7 +22,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