* Correct misspelled word.

This commit is contained in:
dingguodong
2021-07-23 14:28:44 +08:00
parent c7ec5e1bdf
commit d05be65e7b
+1 -1
View File
@@ -375,7 +375,7 @@ class repoModel extends model
if(!$repo) return false;
if($repo->encrypt == 'base64') $repo->password = base64_decode($repo->password);
if($repo->SCM == 'Gitlab') $reps = $this->processGitlab($repo);
if(strtolower($repo->SCM) == 'gitlab') $repo = $this->processGitlab($repo);
$repo->acl = json_decode($repo->acl);
return $repo;
}