mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-07 20:38:32 +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(
|
private static function insertTask(
|
||||||
PhabricatorRepository $repository,
|
PhabricatorRepository $repository,
|
||||||
PhabricatorRepositoryCommmit $commit) {
|
PhabricatorRepositoryCommit $commit) {
|
||||||
|
|
||||||
$vcs = $repository->getVersionControlSystem();
|
$vcs = $repository->getVersionControlSystem();
|
||||||
switch ($vcs) {
|
switch ($vcs) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue