1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-22 21:40:54 +01:00

Minor, fix a typo.

This commit is contained in:
epriestley 2013-10-18 16:19:22 -07:00
parent a2285b2b5a
commit d85f7bee66

View file

@ -48,7 +48,7 @@ EOTEXT
$working_copy = ArcanistWorkingCopyIdentity::newFromPath($root);
$configuration_manager = clone $this->getConfigurationManager();
$configuration_manager->setWorkingCopyIndentity($working_copy);
$configuration_manager->setWorkingCopyIdentity($working_copy);
$repository_api = ArcanistRepositoryAPI::newAPIFromConfigurationManager(
$configuration_manager);