1
0
Fork 0
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:
epriestley 2011-01-12 17:20:45 -08:00
parent 3f13e36182
commit 8c73ed915d

View file

@ -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());