From ee8e31320a63830d122e066c6af45e10b2927441 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 17 Mar 2026 12:12:59 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Vincenzo Scamporlino --- packages/cli-module-maintenance/src/commands/repo/fix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-module-maintenance/src/commands/repo/fix.ts b/packages/cli-module-maintenance/src/commands/repo/fix.ts index 906b39b94b..81e7a37d80 100644 --- a/packages/cli-module-maintenance/src/commands/repo/fix.ts +++ b/packages/cli-module-maintenance/src/commands/repo/fix.ts @@ -29,8 +29,8 @@ import { relative as relativePath, extname, } from 'node:path'; -import { targetPaths } from '@backstage/cli-common'; import { + targetPaths, knownBackendPluginPackageNameByPluginId, knownFrontendPluginPackageNameByPluginId, } from '@backstage/cli-common';