X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8ba991c830983cd1c681f7d7c98907b8ada1e81c..da298b0d96a1e49a1330a4486dcbe22d92d1d743:/apps/workbench/app/controllers/actions_controller.rb?ds=sidebyside diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index 62533d81b4..59dcbb92bb 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -150,7 +150,7 @@ class ActionsController < ApplicationController files.each do |m| mt = chash[m[1]+m[2]].andand.manifest_text if not m[4].nil? and m[4].size > 1 - combined += arv_normalize mt, '--extract', m[4][1..-1] + combined += arv_normalize mt, '--extract', ".#{m[4]}" else combined += mt end