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": "" } }