mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor, restore a missing "break;" that I derped somehow.
This commit is contained in:
parent
24579e2956
commit
3dcef4f37b
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ abstract class DiffusionController extends PhabricatorController {
|
|||
switch ($repository->getVersionControlSystem()) {
|
||||
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
|
||||
$result = $this->serveGitRequest($repository);
|
||||
break;
|
||||
default:
|
||||
$result = new PhabricatorVCSResponse(
|
||||
999,
|
||||
|
|
Loading…
Reference in a new issue