Merge branch 'master' into 4878-rerun-job
[arvados.git] / apps / workbench / app / controllers / actions_controller.rb
index 62533d81b4ab0a50927379401443dab54f4169e8..59dcbb92bb9c57db69fc15277233a0072fd73dac 100644 (file)
@@ -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