diff --git a/src/workflow/export/ArcanistExportWorkflow.php b/src/workflow/export/ArcanistExportWorkflow.php index 5b56d046..9a0fb6db 100644 --- a/src/workflow/export/ArcanistExportWorkflow.php +++ b/src/workflow/export/ArcanistExportWorkflow.php @@ -173,8 +173,7 @@ EOTEXT $parser = new ArcanistDiffParser(); if ($repository_api instanceof ArcanistGitAPI) { - $this->parseGitRelativeCommit( - $repository_api, + $repository_api->parseRelativeLocalCommit( $this->getArgument('paths')); $diff = $repository_api->getFullGitDiff(); $changes = $parser->parseDiff($diff);