mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Minor, fix obvious method name typo.
Test Plan: Ran `arc export --git`. Auditors: btrahan
This commit is contained in:
parent
fa75a03b72
commit
b8ead97637
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ EOTEXT
|
|||
case self::SOURCE_LOCAL:
|
||||
$repository_api = $this->getRepositoryAPI();
|
||||
$parser = new ArcanistDiffParser();
|
||||
$parser->setRepositorAPI($repository_api);
|
||||
$parser->setRepositoryAPI($repository_api);
|
||||
|
||||
if ($repository_api instanceof ArcanistGitAPI) {
|
||||
$repository_api->parseRelativeLocalCommit(
|
||||
|
|
Loading…
Reference in a new issue