Fix rerun_job (twice)
[gruntmaster-data.git] / lib / Gruntmaster / App / Command / Rerun.pm
index b5e98a83e722c2134a8d8104144d78a97e63cff1..a63800b9bf4bcfc2242d7df5cb1c1faecad50250 100644 (file)
@@ -20,7 +20,7 @@ sub validate_args {
 sub execute {
        my ($self, $opt, $args) = @_;
        my ($obj) = @$args;
-       db->rerun_job($obj);
+       rerun_job $obj;
 }
 
 1;
This page took 0.009153 seconds and 4 git commands to generate.