From 50d3717078d0a5af02b4fa0e63a78abb3d8105e6 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Sun, 3 Nov 2024 03:02:10 +0100 Subject: [PATCH] Fix renamed module. --- src/common.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/common.ts b/src/common.ts index 279e5c6b..b1983a2d 100644 --- a/src/common.ts +++ b/src/common.ts @@ -29,7 +29,18 @@ export const PR_ARTIFACT_NUMBER_FILEPATH = path.join(PR_ARTIFACT_DIR, PR_NUMBER_ /** * 'ikea_new' first, to prioritize downloads from new URL */ -export const ALL_AUTODL_MANUFACTURERS = ['gmmts', 'ikea_new', 'ikea', 'inovelli', 'jethome', 'ledvance', 'lixee', 'salus', 'ubisys', 'xyzroe']; +export const ALL_AUTODL_MANUFACTURERS = [ + 'gammatroniques', + 'ikea_new', + 'ikea', + 'inovelli', + 'jethome', + 'ledvance', + 'lixee', + 'salus', + 'ubisys', + 'xyzroe', +]; export async function execute(command: string): Promise { return await new Promise((resolve, reject) => {