diff --git a/module/repo/control.php b/module/repo/control.php index 6c15ae8f3a..2e53ea1a3e 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -1367,7 +1367,7 @@ class repo extends control } $repo = $this->repo->getRepoByID($repoID); - if(in_array($repo->SCM, $this->config->repo->gitServiceList)) + if(in_array(strtolower($repo->SCM), $this->config->repo->gitServiceList)) { $this->scm = $this->app->loadClass('scm'); $this->scm->setEngine($repo);