3775: Fix syntax error 2 commits ago.
authorTom Clegg <tom@curoverse.com>
Fri, 3 Oct 2014 13:33:46 +0000 (09:33 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 3 Oct 2014 13:40:48 +0000 (09:40 -0400)
sdk/cli/bin/crunch-job

index 9c32d8e15a7929876d5f1b6f60d7ffc9dacb7615..1f7c1910ef01a5230d687c6de79f13249352957e 100755 (executable)
@@ -883,7 +883,7 @@ if ($collated_output && $main::success) {
 } else {
   $final_state = 'Failed';
 }
-$Job->update_attributes('state' => $final_state)
+$Job->update_attributes('state' => $final_state);
 
 exit (($final_state eq 'Complete') ? 0 : 1);