fix job output hash key
authorTom Clegg <tom@clinicalfuture.com>
Wed, 5 Jun 2013 18:15:17 +0000 (14:15 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 5 Jun 2013 18:15:17 +0000 (14:15 -0400)
services/crunch/crunch-job

index a4a6e0ea1a963783254ac7e77d59e030dbb8455a..70acfef37ab8b8a8f323bc8b06ed08a6fa74bf33 100755 (executable)
@@ -688,8 +688,8 @@ if ($Job->{'output'})
 {
   $arv->{'collections'}->{'create'}->execute('collection' => {
     'uuid' => $Job->{'output'},
-    'manifest_text' => system("whget", $Job->{arvados_task}->{output}),
-                                             });;
+    'manifest_text' => system("whget", $Job->{'output'}),
+  });
 }