From 93443f0e432efa67c9b260bef36680d2f0e709c9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 28 Nov 2022 18:36:37 +0300 Subject: [PATCH] Fix module_enable name --- build_configs.json | 6 +++--- example.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_configs.json b/build_configs.json index 9b26540..0b46446 100644 --- a/build_configs.json +++ b/build_configs.json @@ -27,21 +27,21 @@ "sssd": { "c8": { "mock_options": { - "enable_modules": ["idm:DL1"] + "module_enable": ["idm:DL1"] } } }, "firefox": { "c8": { "mock_options": { - "enable_modules": ["nodejs:12"] + "module_enable": ["nodejs:12"] } } }, "thunderbird": { "c8": { "mock_options": { - "enable_modules": ["nodejs:12"] + "module_enable": ["nodejs:12"] } } } diff --git a/example.json b/example.json index 8c04b24..2393df7 100644 --- a/example.json +++ b/example.json @@ -10,7 +10,7 @@ "with": [], "without": [], "yum_exclude": [], - "enable_modules": [], + "module_enable": [], "target_arch": "" } }