From 9bd20afb9c7172a67c2d36f373ab151f20027cb9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 1 Dec 2024 20:54:46 +0100 Subject: [PATCH] fix(ignore): Update usb discovery discussion link --- lib/controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller.ts b/lib/controller.ts index 3a93d4555..11825482a 100644 --- a/lib/controller.ts +++ b/lib/controller.ts @@ -145,7 +145,7 @@ export class Controller { logger.error((error as Error).stack!); /* istanbul ignore if */ if ((error as Error).message.includes('USB adapter discovery error (No valid USB adapter found)')) { - logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24199'); + logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364'); } return await this.exit(1); }