mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
Minor, fix obvious typo that I missed in testing somehow.
Auditors: csilvers
This commit is contained in:
parent
6fd88641c3
commit
7e0c06716f
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ final class PhabricatorRepositoryPullLocalDaemon
|
|||
|
||||
private static function insertTask(
|
||||
PhabricatorRepository $repository,
|
||||
PhabricatorRepositoryCommmit $commit) {
|
||||
PhabricatorRepositoryCommit $commit) {
|
||||
|
||||
$vcs = $repository->getVersionControlSystem();
|
||||
switch ($vcs) {
|
||||
|
|
Loading…
Add table
Reference in a new issue