#281: misprint
This commit is contained in:
parent
055c1f76e8
commit
df6efaa731
|
@ -331,7 +331,7 @@ module AbfWorker
|
||||||
|
|
||||||
cmd_params = {
|
cmd_params = {
|
||||||
'RELEASED' => platform.released,
|
'RELEASED' => platform.released,
|
||||||
'REPOSITORY_NAME' => platform.repositories.map(&:name).join(','),
|
'REPOSITORY_NAMES' => platform.repositories.map(&:name).join(','),
|
||||||
'TYPE' => platform.distrib_type,
|
'TYPE' => platform.distrib_type,
|
||||||
'REGENERATE_PLATFORM_METADATA' => true,
|
'REGENERATE_PLATFORM_METADATA' => true,
|
||||||
'SAVE_TO_PLATFORM' => platform.name,
|
'SAVE_TO_PLATFORM' => platform.name,
|
||||||
|
|
Loading…
Reference in New Issue