fixed bug that prevents run_task from actually running
This commit is contained in:
@@ -211,6 +211,7 @@ final class TasksCommand extends Command
|
|||||||
);
|
);
|
||||||
return $event;
|
return $event;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case self::CNAME:
|
case self::CNAME:
|
||||||
{
|
{
|
||||||
@@ -218,6 +219,7 @@ final class TasksCommand extends Command
|
|||||||
$event->addLog(r('No command name was specified.'));
|
$event->addLog(r('No command name was specified.'));
|
||||||
return $event;
|
return $event;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user