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) => {