From 47c3afe215b135e31df7d2473501dc691d9c5aa6 Mon Sep 17 00:00:00 2001 From: Charlie Crawford Date: Wed, 23 Apr 2025 06:13:57 -0400 Subject: [PATCH] Corrects command in catalog external integrations doc. Signed-off-by: Charlie Crawford --- docs/features/software-catalog/external-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index 44946b334a..8938fefdf6 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -70,7 +70,7 @@ putting all extensions like this in a backend module package of their own in the `plugins` folder of your Backstage repo: ```sh -yarn new --select backend-module --option pluginId=catalog +yarn new --select backend-plugin-module --option pluginId=catalog ``` The class will have this basic structure: