mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Fix a typo ish.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
3f13e36182
commit
8c73ed915d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ArcanistConfiguration {
|
|||
|
||||
$workflows = array();
|
||||
foreach ($symbols as $symbol) {
|
||||
$class = $class['name'];
|
||||
$class = $symbol['name'];
|
||||
$name = preg_replace('/^Arcanist(\w+)Workflow$/', '\1', $class);
|
||||
$name = strtolower($name);
|
||||
$workflows[$name] = newv($class, array());
|
||||
|
|
Loading…
Reference in a new issue