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;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case self::CNAME:
|
||||
{
|
||||
@@ -218,6 +219,7 @@ final class TasksCommand extends Command
|
||||
$event->addLog(r('No command name was specified.'));
|
||||
return $event;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user