gitlab: fix a typo

This commit is contained in:
Xiaofeng Wang
2020-05-26 10:51:49 +08:00
committed by GitHub
parent 7a4edfce55
commit fafbb08b19
+1 -1
View File
@@ -288,7 +288,7 @@ type Project struct {
Description string `json:"description"`
WebURL string `json:"web_url"`
AvatarURL string `json:"avatar_url"`
GitSSSHURL string `json:"git_ssh_url"`
GitSSHURL string `json:"git_ssh_url"`
GitHTTPURL string `json:"git_http_url"`
Namespace string `json:"namespace"`
VisibilityLevel int64 `json:"visibility_level"`