14770: Fixes parameter on acr call.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Thu, 24 Jan 2019 18:48:54 +0000 (15:48 -0300)
committerTom Clegg <tclegg@veritasgenetics.com>
Tue, 12 Feb 2019 15:57:06 +0000 (10:57 -0500)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

apps/workbench/app/controllers/work_units_controller.rb

index 767762c81e3cd3d899bda0b3bce873cc97c390b9..d3ded867c198f5c265fafb7b49a89d50e1515fc9 100644 (file)
@@ -126,7 +126,7 @@ class WorkUnitsController < ApplicationController
                           "--local",
                           "--api=containers",
                           "--project-uuid=#{params['work_unit']['owner_uuid']}",
-                          "--collection-keep-cache=#{keep_cache}",
+                          "--collection-cache-size=#{keep_cache}",
                           "/var/lib/cwl/workflow.json#main",
                           "/var/lib/cwl/cwl.input.json"]